STK ObjectsSend 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 * pVal
);
public: HRESULT put_ScatteringTolerance(
    double ScatteringTolerance
);
[Java]
public double getScatteringTolerance();
public void setScatteringTolerance(
    double
);
[Python - STK API ]
@property
def ScatteringTolerance(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.