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