The lowest altitude at which the terrain mask is displayed. The minimum altitude must be at least equal to the altitude of the facility, place or target, including the height above ground, if specified. Uses Distance Dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property DisplayAltMinimum() As Double |
[C#] |
---|
public double DisplayAltMinimum {get; set;} |
[Managed C++] |
---|
public: __property double get_DisplayAltMinimum(); |
[Unmanaged C++] |
---|
public: HRESULT get_DisplayAltMinimum( double * pMin ); public: HRESULT put_DisplayAltMinimum( double pMin ); |
[Java] |
---|
public double getDisplayAltMinimum(); public void setDisplayAltMinimum( double ); |