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