The Earth's J2000 axes.
Read-only property
[Visual Basic .NET] |
---|
Public Property J2000() As IAgCrdnAxes |
[C#] |
---|
public IAgCrdnAxes J2000 {get;} |
[Managed C++] |
---|
public: __property IAgCrdnAxes ^ get_J2000(); |
[Unmanaged C++] |
---|
public: HRESULT get_J2000( IAgCrdnAxes ** ppRetVal ); |
[Java] |
---|
public IAgCrdnAxes getJ2000(); |
[Python - STK API ] |
---|
@property def J2000(self) -> "IAgCrdnAxes": |