Gets a position of the projection in the central body's fixed reference frame. The value is a one-dimensional array with three elements representing X, Y and Z (in meters).
[Visual Basic .NET] |
---|
Public Function GetPosition() As System.Array |
[C#] |
---|
public System.Array GetPosition(); |
[Managed C++] |
---|
public: System::Array GetPosition(); |
[Unmanaged C++] |
---|
public: HRESULT GetPosition( SAFEARRAY * * ppSA ); |
[Java] |
---|
public AgSafeArray getPosition(); |