Description
Distance at which one level of detail is swapped for another. Uses Distance Dimension.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property DistanceValue() As Double
|
| [C#] |
|---|
public double DistanceValue {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_DistanceValue(); public: __property void set_DistanceValue(
double
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_DistanceValue(
double * pVal
);
public: HRESULT put_DistanceValue(
double Val
);
|
| [Java] |
|---|
public double getDistanceValue();
public void setDistanceValue(
double
);
|
| [Python - STK API] |
|---|
@property
def DistanceValue(self) -> float:
@DistanceValue.setter
def DistanceValue(self, Val:float) -> None:
|
See Also