Description
Gets the position of the picked location in the central body's fixed reference frame. The array contains the components of the position arranged in the order x, y, z.
Property type
Read-only property
Syntax
[Visual Basic .NET] |
---|
Public Property Position() As System.Array
|
[C#] |
---|
public System.Array Position {get;}
|
[Managed C++] |
---|
public: __property System::Array get_Position();
|
[Unmanaged C++] |
---|
public: HRESULT get_Position(
SAFEARRAY * * ppRetVal
);
|
[Java] |
---|
public AgSafeArray getPosition();
|
[Python - STK API] |
---|
@property
def Position(self) -> list:
|
See Also