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 * pMax
);
public: HRESULT put_DisplayRangeMaximum(
double pMax
);
|
[Java] |
---|
public double getDisplayRangeMaximum();
public void setDisplayRangeMaximum(
double
);
|
See Also