AGI STK Objects 11Send comments on this topic.
AscNodeType Property (IAgClassicalOrientation)
See Also 
Windows






Windows & Linux

Description

Select Longitude of Ascending Node or Right Ascension of Ascending Node.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AscNodeType() As AgEOrientationAscNode
[C#]
public AgEOrientationAscNode AscNodeType {get; set;}
[Managed C++]
public: __property AgEOrientationAscNode get_AscNodeType();
public: __property void set_AscNodeType(
   AgEOrientationAscNode
);
[Unmanaged C++]
public: HRESULT get_AscNodeType(
   AgEOrientationAscNode * pRetVal
);
public: HRESULT put_AscNodeType(
   AgEOrientationAscNode NewAscNodeType
);
[Java]
public AgEOrientationAscNode getAscNodeType();public void setAscNodeType(
   AgEOrientationAscNode
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.