Value of Longitude of Ascending Node or Right Ascension of Ascending Node.
Read-only property
[Visual Basic .NET] |
---|
Public Property AscNode() As IAgOrientationAscNode |
[C#] |
---|
public IAgOrientationAscNode AscNode {get;} |
[Managed C++] |
---|
public: __property IAgOrientationAscNode ^ get_AscNode(); |
[Unmanaged C++] |
---|
public: HRESULT get_AscNode( IAgOrientationAscNode ** ppVal ); |
[Java] |
---|
public IAgOrientationAscNode getAscNode(); |
[Python - STK API ] |
---|
@property def AscNode(self) -> "IAgOrientationAscNode": |