Gets or sets the dynamic clearance setting.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property DynamicClearanceEnabled As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IDragOperator
Dim value As Boolean
instance.DynamicClearanceEnabled = value
value = instance.DynamicClearanceEnabled
|
C# | |
---|
bool DynamicClearanceEnabled {get; set;} |
C++/CLI | |
---|
property bool DynamicClearanceEnabled {
bool get();
void set (bool value);
} |
Return Value
True enables the dynamic clearance option, false disables it
Example
See Also
Availability
SolidWorks 2001Plus FCS, Revision Number 10.0