DrawingBOMRows.Item Property
Parent Object: DrawingBOMRowsDescription
Returns the specified DrawingBOMRow object from the collection.
Syntax
DrawingBOMRows.Item( Index As Long ) As DrawingBOMRowProperty Value
This is a read only property whose value is a DrawingBOMRow.Parameters
Name | Type | Description |
Index | Long | Input Long value that specifies the DrawingBOMRow to return. This is a numeric value indicating the index of the item in the collection. If an out of range index is input, an error occurs. |