STK Graphics PrimitivesSend comments on this topic.
AllowRotationOverConstrainedUpAxis Property (IAgStkGraphicsCamera)
See Also
Windows





Windows & Linux

Description

Gets or sets whether the camera can rotate over the constrained up axis. For example, if true the camera would be able to flip over the North Pole and view the globe upside down.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AllowRotationOverConstrainedUpAxis() As Boolean
[C#]
public bool AllowRotationOverConstrainedUpAxis {get; set;}
[Managed C++]
public: __property bool get_AllowRotationOverConstrainedUpAxis();
public: __property void set_AllowRotationOverConstrainedUpAxis( bool );
[Unmanaged C++]
public: HRESULT get_AllowRotationOverConstrainedUpAxis(
    VARIANT_BOOL * pRetVal
);
public: HRESULT put_AllowRotationOverConstrainedUpAxis(
    VARIANT_BOOL AllowRotationOverConstrainedUpAxis
);
[Java]
public bool getAllowRotationOverConstrainedUpAxis();
public void setAllowRotationOverConstrainedUpAxis(
    bool
);
[Python - STK API ]
@property
def AllowRotationOverConstrainedUpAxis(self) -> bool:

@AllowRotationOverConstrainedUpAxis.setter
def AllowRotationOverConstrainedUpAxis(self, AllowRotationOverConstrainedUpAxis:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.