Gets or sets whether to automatically select all or only specific bodies for the thicken feature to affect in a multibody part.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property AutoSelect As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IThickenFeatureData
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, false to select specific bodies using IThickenFeatureData::FeatureScopeBodies or IThickenFeatureData::ISetFeatureScopeBodies.
Example
Remarks
See Also
Availability
SOLIDWORKS 2003 FCS, Revision Number 11.0