Gets and sets whether the sweep feature affects only selected components in the assembly.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property AssemblyFeatureScope As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISweepFeatureData
Dim value As Boolean
instance.AssemblyFeatureScope = value
value = instance.AssemblyFeatureScope
|
C# | |
---|
bool AssemblyFeatureScope {get; set;} |
C++/CLI | |
---|
property bool AssemblyFeatureScope {
bool get();
void set (bool value);
} |
Return Value
True if the sweep feature affects only selected components in the assembly, false if the sweep feature affects all components in the assembly (
see Remarks)
Example
Remarks
See Also
Availability
SolidWorks 2011 FCS, Revision Number 19.0