Gets the components in the specified row for the specified configuration in this BOM table annotation.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetComponents2( _
ByVal RowIndex As System.Integer, _
ByVal Configuration As System.String, _
ByVal Count As System.Integer _
) As Component2 |
Visual Basic (Usage) | |
---|
Dim instance As IBomTableAnnotation
Dim RowIndex As System.Integer
Dim Configuration As System.String
Dim Count As System.Integer
Dim value As Component2
value = instance.IGetComponents2(RowIndex, Configuration, Count) |
CSOLIDWORKS.Interop.sldworks~SOLIDWORKS.Interop.sldworks.IBomTableAnnotation~IGetComponents2.html# | |
---|
Component2 IGetComponents2(
System.int RowIndex,
System.string Configuration,
System.int Count
) |
Parameters
- RowIndex
- Row in the BOM table where to get the components; 0-based index
- Configuration
- Configuration for which to count components in top-level only BOMs; specify an empty string for parts only and indented BOMs
- Count
- Number of components in the specified row
Return Value
- in-process, unmanaged C++: Pointer to an array of components in the specified row for the specified configuration
VBA, VB.NET, CSOLIDWORKS.Interop.sldworks~SOLIDWORKS.Interop.sldworks.IBomTableAnnotation~IGetComponents2.html#, and C++/CLI: Not supported
See In-process Methods for details about this type of method.
Remarks
See Also
Availability
SOLIDWORKS 2011 SP03 , Revision Number 19.3