Determines the angle with respect to the swath line within which candidate points are considered for possible connection to it.
Read-write property
[Visual Basic .NET] |
---|
Public Property ScatteringTolerance() As Double |
[C#] |
---|
public double ScatteringTolerance {get; set;} |
[Managed C++] |
---|
public: __property double get_ScatteringTolerance(); |
[Unmanaged C++] |
---|
public: HRESULT get_ScatteringTolerance( double * pVal ); public: HRESULT put_ScatteringTolerance( double ScatteringTolerance ); |
[Java] |
---|
public double getScatteringTolerance(); public void setScatteringTolerance( double ); |