BOMRow.ChildRows Property
Parent Object: BOMRowDescription
Property that gets the BOMRowsEnumerator object containing the locally-stored rows under this BOMRow. This property will return Nothing for BOMRows in a parts-only view and if there are no sub-rows for this BOMRow.
Syntax
BOMRow.ChildRows() As BOMRowsEnumeratorProperty Value
This is a read only property whose value is a BOMRowsEnumerator.Samples
Name | Description |
Using the BOM APIs | This sample demonstrates the Bill of Materials API functionality in assemblies. |