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





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 NewAllowRotationOverConstrainedUpAxis
);

[Java]
public bool getAllowRotationOverConstrainedUpAxis();public void setAllowRotationOverConstrainedUpAxis(
bool
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1