Gets or sets whether the manipulator can be selected in a PropertyManager page's selection box.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Selectable As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IManipulator
Dim value As Boolean
instance.Selectable = value
value = instance.Selectable
|
C# | |
---|
bool Selectable {get; set;} |
C++/CLI | |
---|
property bool Selectable {
bool get();
void set (bool value);
} |
Return Value
True if the manipulator can be selected, false if not
Example
See Also
Availability
SolidWorks 2008 FCS, Revision Number 16.0