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.
Read-write property
[Visual Basic .NET] |
---|
Public Property AllowRotationOverConstrainedUpAxis() As Boolean |
[C#] |
---|
public bool AllowRotationOverConstrainedUpAxis {get; set;} |
[Managed C++] |
---|
public: __property bool get_AllowRotationOverConstrainedUpAxis(); |
[Unmanaged C++] |
---|
public: HRESULT get_AllowRotationOverConstrainedUpAxis( VARIANT_BOOL * pRetVal ); public: HRESULT put_AllowRotationOverConstrainedUpAxis( VARIANT_BOOL AllowRotationOverConstrainedUpAxis ); |
[Java] |
---|
public bool getAllowRotationOverConstrainedUpAxis(); public void setAllowRotationOverConstrainedUpAxis( bool ); |