Gets or sets whether to automatically space a group of components equally along an axis as you drag them.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property AutoSpaceComponentsOnDrag As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IExplodeStep
Dim value As System.Boolean
instance.AutoSpaceComponentsOnDrag = value
value = instance.AutoSpaceComponentsOnDrag |
C# | |
---|
System.bool AutoSpaceComponentsOnDrag {get; set;} |
C++/CLI | |
---|
property System.bool AutoSpaceComponentsOnDrag {
System.bool get();
void set ( & System.bool value);
} |
Property Value
True to automatically space components equally along an axis as you drag them, false to not (see
Remarks)
Remarks
See Also
Availability
SOLIDWORKS 2018 FCS, Revision Number 26.0