Gets and sets whether to auto-select all assembly components affected by this sweep feature.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property AutoSelectComponents As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISweepFeatureData
Dim value As System.Boolean
instance.AutoSelectComponents = value
value = instance.AutoSelectComponents |
C# | |
---|
System.bool AutoSelectComponents {get; set;} |
C++/CLI | |
---|
property System.bool AutoSelectComponents {
System.bool get();
void set ( & System.bool value);
} |
Property 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