AGI STK Graphics Plugins 11 Send comments on this topic.
SetPosition Method (IAgStkGraphicsPluginProjectionStreamContext)
See Also 
XYZ





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 SetPosition( _
   ByRef XYZ As System.Array _
) 

[C#]
public void SetPosition(
ref System.Array XYZ
);

[Managed C++]
public: void SetPosition(
System::Array ^^ XYZ
);

[Java]
public  setPosition(
Object[] XYZ
);

[Unmanaged C++]
public: HRESULT SetPosition(
SAFEARRAY ** XYZ
);

Parameters

XYZ

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1