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





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

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1