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





Windows & Linux

Description

The highest altitude above the central body at which the terrain mask is displayed. Uses Distance Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DisplayAltMaximum() As Double
[C#]
public double DisplayAltMaximum {get; set;}
[Managed C++]
public: __property double get_DisplayAltMaximum();
public: __property void set_DisplayAltMaximum( double );
[Unmanaged C++]
public: HRESULT get_DisplayAltMaximum(
    double * pMax
);
public: HRESULT put_DisplayAltMaximum(
    double pMax
);
[Java]
public double getDisplayAltMaximum();
public void setDisplayAltMaximum(
    double
);
[Python - STK API ]
@property
def DisplayAltMaximum(self) -> float:

@DisplayAltMaximum.setter
def DisplayAltMaximum(self, pMax:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.