Description
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.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property DisplayAltMinimum() As Double
|
[C#] |
---|
public double DisplayAltMinimum {get; set;}
|
[Managed C++] |
---|
public: __property double get_DisplayAltMinimum(); public: __property void set_DisplayAltMinimum(
double
);
|
[Unmanaged C++] |
---|
public: HRESULT get_DisplayAltMinimum(
double * pMin
);
public: HRESULT put_DisplayAltMinimum(
double pMin
);
|
[Java] |
---|
public double getDisplayAltMinimum();
public void setDisplayAltMinimum(
double
);
|
See Also