STK AstrogatorSend comments on this topic.
Tolerance Property (IAgVADCControl)
See Also
Windows





Windows & Linux

Description

Tolerance - the smallest update to the parameter to be made before the targeter stops. Tolerance is only used if the convergence criteria is set to 'Either equality constraints or last control parameter updates within tolerance'. Dimension depends on context.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Tolerance() As System.Object
[C#]
public System.Object Tolerance {get; set;}
[Managed C++]
public: __property VARIANT get_Tolerance();
public: __property void set_Tolerance( VARIANT );
[Unmanaged C++]
public: HRESULT get_Tolerance(
    VARIANT * pVal
);
public: HRESULT put_Tolerance(
    VARIANT newVal
);
[Java]
public AgVariant getTolerance();
public void setTolerance(
    AgVariant
);
[Python - STK API ]
@property
def Tolerance(self) -> typing.Any:

@Tolerance.setter
def Tolerance(self, newVal:typing.Any) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.