STK AgGraphicsPluginSend comments on this topic.
SetPositionInSystemAtEpoch Method (IAgStkGraphicsPluginProjectionStreamContext)
See Also
ScenarioEpochInSecs
InputSystem
XYZ
Windows





Windows & Linux

Description

Sets a new position of the projection. The position is in the specified reference frame. The input is a one-dimensional array which contains three elements X, Y and Z that define the new position (in meters).

Syntax

[Visual Basic .NET]
Public Sub SetPositionInSystemAtEpoch( _
    ByVal ScenarioEpochInSecs As Double, _
    ByVal InputSystem As IAgCrdnSystem, _
    ByVal XYZ As System.Array _
)
[C#]
public void SetPositionInSystemAtEpoch(
    double ScenarioEpochInSecs,
    IAgCrdnSystem InputSystem,
    System.Array XYZ
);
[Managed C++]
public: void SetPositionInSystemAtEpoch(
    double ScenarioEpochInSecs,
    IAgCrdnSystem ^ InputSystem,
    System::Array ^ XYZ
);
[Unmanaged C++]
public: HRESULT SetPositionInSystemAtEpoch(
    double ScenarioEpochInSecs,
    IAgCrdnSystem * InputSystem,
    SAFEARRAY * * XYZ
);
[Java]
public void setPositionInSystemAtEpoch(
    double ScenarioEpochInSecs,
    IAgCrdnSystem InputSystem,
    AgSafeArray XYZ
);

Parameters

ScenarioEpochInSecs
InputSystem
XYZ

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.