Gets or sets whether you can select the camera's rotation roll direction.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property RotationRollBySelection As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ICamera
Dim value As Boolean
instance.RotationRollBySelection = value
value = instance.RotationRollBySelection
|
C# | |
---|
bool RotationRollBySelection {get; set;} |
C++/CLI | |
---|
property bool RotationRollBySelection {
bool get();
void set (bool value);
} |
Return Value
True if you can select the camera's rotation roll, false if not
See Also
Availability
SolidWorks 2007 SP1, Revision Number 15