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






Windows & Linux

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 * pVal
);
public: HRESULT put_RA(
    VARIANT vLon
);
[Java]
public VARIANT getRA();
public void setRA(
    VARIANT
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.