STK AgGraphicsPluginSend comments on this topic.
GetPosition Method (IAgStkGraphicsPluginProjectionStreamContext)
See Also
Windows





Windows & Linux

Description

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).

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.