Gets all of the components in the active configuration of this assembly.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetComponents( _
ByVal TopLevelOnly As Boolean _
) As Object |
Visual Basic (Usage) | |
---|
Dim instance As IAssemblyDoc
Dim TopLevelOnly As Boolean
Dim value As Object
value = instance.GetComponents(TopLevelOnly)
|
Parameters
- TopLevelOnly
- True to get only the top-level components of the FeatureManager design tree, false to get both the top-level and child components in the FeatureManager design tree
Return Value
Array of
IComponent2s (see
Remarks)
Example
Remarks
See Also
Availability
SolidWorks 2006 FCS, Revision Number 14