AGI STK Objects 11 Send comments on this topic.
DisplayAltMinimum Property (IAgBasicAzElMask)
See Also 





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 * pRetVal
);
public: HRESULT put_DisplayAltMinimum(
double NewDisplayAltMinimum
);

[Java]
public double getDisplayAltMinimum();public void setDisplayAltMinimum(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1