STK AgGraphicsPluginSend comments on this topic.
GetOrientation Method (IAgStkGraphicsPluginProjectionStreamContext)
See Also
Windows





Windows & Linux

Description

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

Syntax

[Visual Basic .NET]
Public Function GetOrientation() As System.Array
[C#]
public System.Array GetOrientation();
[Managed C++]
public: System::Array GetOrientation();
[Unmanaged C++]
public: HRESULT GetOrientation(
    SAFEARRAY * * ppRetVal
);
[Java]
public AgSafeArray getOrientation();

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.