SoWinExaminerViewerConstrainCameraRotation Method (Boolean) |
Calls ConstrainCameraRotation(x, false, false).
Namespace: OIV.Inventor.Win.ViewersAssembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public void ConstrainCameraRotation(
bool x
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Sub ConstrainCameraRotation (
x As Boolean
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
void ConstrainCameraRotation(
bool x
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member ConstrainCameraRotation :
x : bool -> unit
Parameters
- x
- Type: SystemBoolean
Remarks See Also