Gets or sets the drag mode for this drag operation.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property DragMode As System.Short |
Visual Basic (Usage) | |
---|
Dim instance As IDragOperator
Dim value As System.Short
instance.DragMode = value
value = instance.DragMode |
C# | |
---|
System.short DragMode {get; set;} |
C++/CLI | |
---|
property System.short DragMode {
System.short get();
void set ( & System.short value);
} |
Property Value
-
0 = Maximum move (move geometries rigidly, if possible)
-
1 = Minimum move (move the smallest number of geometries)
-
2 = Relaxation (solve geometries using relaxation)
-
3 = No propagation (move geometries with minimal transform propagation)
Example
See Also
Availability
SOLIDWORKS 2001Plus FCS, Revision Number 10.0