Excludes the specified components from this section view.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function ISetExcludedComponents( _
ByVal Number As System.Integer, _
ByRef LpComps As Component _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IDrSection
Dim Number As System.Integer
Dim LpComps As Component
Dim value As System.Boolean
value = instance.ISetExcludedComponents(Number, LpComps) |
C# | |
---|
System.bool ISetExcludedComponents(
System.int Number,
ref Component LpComps
) |
C++/CLI | |
---|
System.bool ISetExcludedComponents(
& System.int Number,
& Component^% LpComps
) |
Parameters
- Number
- Number of components
- LpComps
- in-process, unmanaged C++: Pointer to array of IComponent2 objects of size Number
- VBA, VB.NET, C#, and C++/CLI: Not supported
See In-process Methods for details about this type of method.
Return Value
True if the specified components are excluded, false if not
Remarks
See Also
Availability
SolidWorks 2005 FCS, Revision Number 13.0