AGI STK Util 11 Send comments on this topic.
RA Property (IAgDirectionRADec)
See Also 





Description

Right Ascension: angle in x-y plane from x towards y. Uses Longitude Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property RA() As System.Object

[C#]
public System.Object RA {get; set;}

[Managed C++]
public: __property VARIANT get_RA();
public: __property void set_RA(
VARIANT
);

[Unmanaged C++]
public: HRESULT get_RA(
VARIANT * pRetVal
);
public: HRESULT put_RA(
VARIANT NewRA
);

[Java]
public Variant getRA();public void setRA(
Variant
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1