Description
The longest range at which the terrain mask
is displayed. Uses Distance Dimension.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
Public Property DisplayRangeMaximum() As Double
|
| [C#] |
public double DisplayRangeMaximum {get; set;}
|
| [Managed C++] |
public: __property double get_DisplayRangeMaximum();
public: __property void set_DisplayRangeMaximum(
double
);
|
| [Unmanaged C++] |
public: HRESULT get_DisplayRangeMaximum(
double * pRetVal
);
public: HRESULT put_DisplayRangeMaximum(
double NewDisplayRangeMaximum
);
|
| [Java] |
public double getDisplayRangeMaximum();public void setDisplayRangeMaximum(
double
);
|
See Also