STK ObjectsSend comments on this topic.
Altitude Property (IAgVeGfxSAA)
See Also
Windows





Windows & Linux

Description

Altitude at which South Atlantic Anomaly contours are to display. Uses Distance Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Altitude() As Double
[C#]
public double Altitude {get; set;}
[Managed C++]
public: __property double get_Altitude();
public: __property void set_Altitude( double );
[Unmanaged C++]
public: HRESULT get_Altitude(
    double * pVal
);
public: HRESULT put_Altitude(
    double Altitude
);
[Java]
public double getAltitude();
public void setAltitude(
    double
);
[Python - STK API ]
@property
def Altitude(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.