Description
Gets the squared minimum distance, in meters, of the inclusive distance interval.
Property type
Read-only property
Syntax
[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(
double * pRetVal
);
|
[Java] |
---|
public double getMinimumDistanceSquared();
|
[Python - STK API] |
---|
@property
def MinimumDistanceSquared(self) -> float:
|
See Also