STK Graphics PrimitivesSend 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 ConstrainedUpAxis
);
[Java]
public AgEStkGraphicsConstrainedUpAxis getConstrainedUpAxis();
public void setConstrainedUpAxis(
    AgEStkGraphicsConstrainedUpAxis
);
[Python - STK API ]
@property
def ConstrainedUpAxis(self) -> "AgEStkGraphicsConstrainedUpAxis":

@ConstrainedUpAxis.setter
def ConstrainedUpAxis(self, ConstrainedUpAxis:"AgEStkGraphicsConstrainedUpAxis") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.