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





Description

Gets or sets the axis to constrain the up vector to.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ConstrainedUpAxis() As AgEStkGraphicsConstrainedUpAxis

[C#]
public AgEStkGraphicsConstrainedUpAxis ConstrainedUpAxis {get; set;}

[Managed C++]
public: __property AgEStkGraphicsConstrainedUpAxis get_ConstrainedUpAxis();
public: __property void set_ConstrainedUpAxis(
AgEStkGraphicsConstrainedUpAxis
);

[Unmanaged C++]
public: HRESULT get_ConstrainedUpAxis(
AgEStkGraphicsConstrainedUpAxis * pRetVal
);
public: HRESULT put_ConstrainedUpAxis(
AgEStkGraphicsConstrainedUpAxis NewConstrainedUpAxis
);

[Java]
public AgEStkGraphicsConstrainedUpAxis getConstrainedUpAxis();public void setConstrainedUpAxis(
AgEStkGraphicsConstrainedUpAxis
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1