Description
The shortest range at which the terrain mask is displayed. Uses Distance Dimension.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property DisplayRangeMinimum() As Double
|
| [C#] |
|---|
public double DisplayRangeMinimum {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_DisplayRangeMinimum(); public: __property void set_DisplayRangeMinimum(
double
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_DisplayRangeMinimum(
double * pMin
);
public: HRESULT put_DisplayRangeMinimum(
double pMin
);
|
| [Java] |
|---|
public double getDisplayRangeMinimum();
public void setDisplayRangeMinimum(
double
);
|
See Also