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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.