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