Gets and sets whether to auto-select all assembly components affected by this sweep feature.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property AutoSelectComponents As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISweepFeatureData
Dim value As Boolean
instance.AutoSelectComponents = value
value = instance.AutoSelectComponents
|
C# | |
---|
bool AutoSelectComponents {get; set;} |
C++/CLI | |
---|
property bool AutoSelectComponents {
bool get();
void set (bool value);
} |
Return Value
True to auto-select all affected assembly components, false to use manually selected components (
see Remarks)
Example
Remarks
See Also
Availability
SolidWorks 2011 FCS, Revision Number 19.0