Gets the full pathnames of all documents in the specified row of this BOM table annotation. Also gets the item and part numbers associated with the specified row.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetModelPathNames( _
ByVal RowIndex As System.Integer, _
ByVal Count As System.Integer, _
ByRef ItemNumber As System.String, _
ByRef PartNumber As System.String _
) As System.String |
Visual Basic (Usage) | |
---|
Dim instance As IBomTableAnnotation
Dim RowIndex As System.Integer
Dim Count As System.Integer
Dim ItemNumber As System.String
Dim PartNumber As System.String
Dim value As System.String
value = instance.IGetModelPathNames(RowIndex, Count, ItemNumber, PartNumber) |
Parameters
- RowIndex
- Row in the BOM table; 0-based index
- Count
- Number of model pathnames
- ItemNumber
- Item number for the specified BOM table row
- PartNumber
- Part number for the specified BOM table row
Return Value
- in-process, unmanaged C++: Pointer to an array of model pathnames 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 2011 SP01, Revision Number 19.1