Gets the squared maximum distance, in meters,
of the inclusive distance interval.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property MaximumDistanceSquared() As Double
|
| [C#] |
|---|
public double MaximumDistanceSquared {get;}
|
| [Managed C++] |
|---|
public: __property double get_MaximumDistanceSquared();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_MaximumDistanceSquared(
|
| [Java] |
|---|
public double getMaximumDistanceSquared();
|