Share

BOMRowsEnumerator.Item Property

Parent Object: BOMRowsEnumerator

Description

Returns an item in the collection.

Syntax

BOMRowsEnumerator.Item( Index As Long ) As BOMRow

Property Value

This is a read only property whose value is a BOMRow.

Parameters

Name Type Description
Index Long Value that specifies the BOMRow 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.

Samples

Name Description
Using the BOM APIs This sample demonstrates the Bill of Materials API functionality in assemblies.

Version

Introduced in version 11

Was this information helpful?