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

Parameters

ScenarioEpochInSecs
OutputSystem

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.