STK AstrogatorSend comments on this topic.
RAAN Property (IAgVAElementDelaunay)
See Also
Windows





Windows & Linux

Description

Gets or sets the angle from the inertial X axis to the ascending node measured in a right-handed sense about the inertial Z axis in the equatorial plane (h). Uses Angle Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property RAAN() As System.Object
[C#]
public System.Object RAAN {get; set;}
[Managed C++]
public: __property VARIANT get_RAAN();
public: __property void set_RAAN( VARIANT );
[Unmanaged C++]
public: HRESULT get_RAAN(
    VARIANT * pVal
);
public: HRESULT put_RAAN(
    VARIANT newVal
);
[Java]
public AgVariant getRAAN();
public void setRAAN(
    AgVariant
);
[Python - STK API ]
@property
def RAAN(self) -> typing.Any:

@RAAN.setter
def RAAN(self, newVal:typing.Any) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.