AGI STK Graphics 11Send comments on this topic.
Orientation Property (IAgStkGraphicsProjection)
See Also 
Windows






Windows & Linux

Description

Gets or sets the Unit Quaternion defining the orientation of the Projection in the central body's fixed reference frame.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Orientation() As IAgOrientation
[C#]
public IAgOrientation Orientation {get; set;}
[Managed C++]
public: __property IAgOrientation^ get_Orientation();
public: __property void set_Orientation(
   IAgOrientation ^
);
[Unmanaged C++]
public: HRESULT get_Orientation(
   IAgOrientation ** ppRetVal
);
public: HRESULT put_Orientation(
   IAgOrientation * pNewOrientation
);
[Java]
public IAgOrientation getOrientation();public void setOrientation(
   IAgOrientation
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.