SoWinExaminerViewerConstrainCameraRotation Method (Boolean, Boolean) |
Calls ConstrainCameraRotation(x, y, 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,
bool y
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Sub ConstrainCameraRotation (
x As Boolean,
y As Boolean
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
void ConstrainCameraRotation(
bool x,
bool y
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member ConstrainCameraRotation :
x : bool *
y : bool -> unit
Parameters
- x
- Type: SystemBoolean
- y
- Type: SystemBoolean
Remarks See Also