AGI STK Graphics Plugins 11Send comments on this topic.
SetOrientation Method (IAgStkGraphicsPluginProjectionStreamContext)
See Also 
Quat
Windows






Windows & Linux

Description

Sets a new orientation of the projection. The value is a one-dimensional array representing a quaternion (X, Y, Z and W).

Syntax

[Visual Basic .NET]
Public Sub SetOrientation( _
   ByRef Quat As System.Array _
) 
[C#]
public void SetOrientation(
   ref System.Array Quat
);
[Managed C++]
public: void SetOrientation(
   System::Array ^^ Quat
);
[Java]
public  setOrientation(
   Object[] Quat
);
[Unmanaged C++]
public: HRESULT SetOrientation(
   SAFEARRAY ** Quat
);

Parameters

Quat

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.