The highest altitude above the central body at which the terrain mask is displayed. Uses Distance Dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property DisplayAltMaximum() As Double |
[C#] |
---|
public double DisplayAltMaximum {get; set;} |
[Managed C++] |
---|
public: __property double get_DisplayAltMaximum(); |
[Unmanaged C++] |
---|
public: HRESULT get_DisplayAltMaximum( double * pMax ); public: HRESULT put_DisplayAltMaximum( double pMax ); |
[Java] |
---|
public double getDisplayAltMaximum(); public void setDisplayAltMaximum( double ); |