Gets or sets whether to automatically select all bodies in a multibody part to be affected by this sweep feature.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property AutoSelect As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISweepFeatureData
Dim value As System.Boolean
instance.AutoSelect = value
value = instance.AutoSelect |
C# | |
---|
System.bool AutoSelect {get; set;} |
C++/CLI | |
---|
property System.bool AutoSelect {
System.bool get();
void set ( & System.bool value);
} |
Property Value
True to automatically select all bodies (default for swept-boss and swept-surface), false to select specific bodies using ISweepFeatureData::FeatureScopeBodies (default for swept-cut)
Example
Remarks
See Also
Availability
SOLIDWORKS 2003 FCS, Revision Number 11.0