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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.