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






Windows & Linux

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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface