STK Vector Geometry ToolSend comments on this topic.
AbsoluteTolerance Property (IAgCrdnSamplingCurvatureTolerance)
See Also
Windows





Windows & Linux

Description

Get the absolute tolerance which determines acceptable difference between predicted and actual changes in values of sampled data over a step

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AbsoluteTolerance() As Double
[C#]
public double AbsoluteTolerance {get; set;}
[Managed C++]
public: __property double get_AbsoluteTolerance();
public: __property void set_AbsoluteTolerance( double );
[Unmanaged C++]
public: HRESULT get_AbsoluteTolerance(
    double * pRetVal
);
public: HRESULT put_AbsoluteTolerance(
    double AbsoluteTolerance
);
[Java]
public double getAbsoluteTolerance();
public void setAbsoluteTolerance(
    double
);
[Python - STK API ]
@property
def AbsoluteTolerance(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.