Gets the components in the specified row for the specified configuration in this BOM table annotation.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetComponents2( _
ByVal RowIndex As System.Integer, _
ByVal Configuration As System.String _
) As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As IBomTableAnnotation
Dim RowIndex As System.Integer
Dim Configuration As System.String
Dim value As System.Object
value = instance.GetComponents2(RowIndex, Configuration) |
CSOLIDWORKS.Interop.sldworks~SOLIDWORKS.Interop.sldworks.IBomTableAnnotation~GetComponents2.html# | |
---|
System.object GetComponents2(
System.int RowIndex,
System.string Configuration
) |
Parameters
- RowIndex
- Row in the BOM table where to get the components; 0-based index
- Configuration
- Configuration for which to get components in top-level only BOMs; specify an empty string for parts only and indented BOMs
Return Value
Array of
components in the specified row for the specified configuration
Example
See Also
Availability
SOLIDWORKS 2011 SP03 , Revision Number 19.3