Obsolete. Superseded by IBomTableAnnotation::IGetComponents2.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetComponents( _
ByVal RowIndex As Integer, _
ByVal Count As Integer _
) As Component2 |
Visual Basic (Usage) | |
---|
Dim instance As IBomTableAnnotation
Dim RowIndex As Integer
Dim Count As Integer
Dim value As Component2
value = instance.IGetComponents(RowIndex, Count)
|
C++/CLI | |
---|
Component2^ IGetComponents(
& int RowIndex,
& int Count
) |
Parameters
- RowIndex
- Row in the BOM table where to get the components; 0-based index
- Count
- Number of components in the specified row
Return Value
- in-process, unmanaged C++: Pointer to an array of components in the specified row
VBA, VB.NET, C#, and C++/CLI: Not supported
See In-process Methods for details about this type of method.
Remarks
See Also
Availability
SolidWorks 2009 FCS, Revision Number 17.0