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






Windows & Linux

Description

Gets or sets camera's axes of rotation.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Axes() As  IAgCrdnAxes

[C#]
public  IAgCrdnAxes Axes {get; set;}

[Managed C++]
public: __property  IAgCrdnAxes^ get_Axes();
public: __property void set_Axes(
IAgCrdnAxes ^
);

[Unmanaged C++]
public: HRESULT get_Axes(
IAgCrdnAxes ** ppRetVal
);
public: HRESULT put_Axes(
IAgCrdnAxes * pNewAxes
);

[Java]
public  IAgCrdnAxes getAxes();public void setAxes(
IAgCrdnAxes
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface