AGI STK Objects 11 Send comments on this topic.
CurvatureTolerance Property (IAgSwath)
See Also 





Description

Controls the adaptive step size of swath computation and ensures that neighboring samples adequately capture the curvature of the swath line.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property CurvatureTolerance() As Double

[C#]
public double CurvatureTolerance {get; set;}

[Managed C++]
public: __property double get_CurvatureTolerance();
public: __property void set_CurvatureTolerance(
double
);

[Unmanaged C++]
public: HRESULT get_CurvatureTolerance(
double * pRetVal
);
public: HRESULT put_CurvatureTolerance(
double NewCurvatureTolerance
);

[Java]
public double getCurvatureTolerance();public void setCurvatureTolerance(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1