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





Description

Determines the angle with respect to the swath line within which candidate points are considered for possible connection to it.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_ScatteringTolerance();
public: __property void set_ScatteringTolerance(
double
);

[Unmanaged C++]
public: HRESULT get_ScatteringTolerance(
double * pRetVal
);
public: HRESULT put_ScatteringTolerance(
double NewScatteringTolerance
);

[Java]
public double getScatteringTolerance();public void setScatteringTolerance(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1