STK AgGraphicsPluginSend comments on this topic.
GetPositionInSystem Method (IAgStkGraphicsPluginProjectionStreamContext)
See Also
Time
OutputSystem
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 GetPositionInSystem( _
    ByVal Time As IAgDate, _
    ByVal OutputSystem As IAgCrdnSystem _
) As System.Array
[C#]
public System.Array GetPositionInSystem(
    IAgDate Time,
    IAgCrdnSystem OutputSystem
);
[Managed C++]
public: System::Array GetPositionInSystem(
    IAgDate ^ Time,
    IAgCrdnSystem ^ OutputSystem
);
[Unmanaged C++]
public: HRESULT GetPositionInSystem(
    IAgDate * Time,
    IAgCrdnSystem * OutputSystem,
    SAFEARRAY * * ppSA
);
[Java]
public AgSafeArray getPositionInSystem(
    IAgDate Time,
    IAgCrdnSystem OutputSystem
);

Parameters

Time
OutputSystem

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.