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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1