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