AGI STK Graphics 11 Send comments on this topic.
Position Property (IAgStkGraphicsPickResult)
See Also 





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 Object[] getPosition();

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1