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





Windows & Linux

Description

Sets a new position of the projection. The position is in the central body's fixed 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 SetPositionInSystem( _
    ByVal Time As IAgDate, _
    ByVal InputSystem As IAgCrdnSystem, _
    ByVal XYZ As System.Array _
)
[C#]
public void SetPositionInSystem(
    IAgDate Time,
    IAgCrdnSystem InputSystem,
    System.Array XYZ
);
[Managed C++]
public: void SetPositionInSystem(
    IAgDate ^ Time,
    IAgCrdnSystem ^ InputSystem,
    System::Array ^ XYZ
);
[Unmanaged C++]
public: HRESULT SetPositionInSystem(
    IAgDate * Time,
    IAgCrdnSystem * InputSystem,
    SAFEARRAY * * XYZ
);
[Java]
public void setPositionInSystem(
    IAgDate Time,
    IAgCrdnSystem InputSystem,
    AgSafeArray XYZ
);

Parameters

Time
InputSystem
XYZ

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.