STK ObjectsSend comments on this topic.
ErrorTolerance Property (IAgVeStepSizeControl)
See Also
Windows





Windows & Linux

Description

If the method is relative error. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ErrorTolerance() As Double
[C#]
public double ErrorTolerance {get; set;}
[Managed C++]
public: __property double get_ErrorTolerance();
public: __property void set_ErrorTolerance( double );
[Unmanaged C++]
public: HRESULT get_ErrorTolerance(
    double * pVal
);
public: HRESULT put_ErrorTolerance(
    double ErrorTolerance
);
[Java]
public double getErrorTolerance();
public void setErrorTolerance(
    double
);
[Python - STK API ]
@property
def ErrorTolerance(self) -> float:

@ErrorTolerance.setter
def ErrorTolerance(self, ErrorTolerance:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.