STK ObjectsSend comments on this topic.
DisplayAltMinimum Property (IAgBasicAzElMask)
See Also
Windows





Windows & Linux

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
);
[Python - STK API ]
@property
def DisplayAltMinimum(self) -> float:

@DisplayAltMinimum.setter
def DisplayAltMinimum(self, pMin:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.