Share

DrawingBOMRow Object


Description

The DrawingBOMRow object represents a row within the drawing BOM.

Properties

Name Description
Application Returns the top-level parent application object. When used the context of Inventor, an Application object is returned. When used in the context of Apprentice, an ApprenticeServer object is returned.
Ballooned Property that returns whether the item represented by this row in the drawing BOM has been ballooned in the drawing.
BOMRow Property that returns the corresponding BOMRow from the model.
Count Property that specifies the number of items in the collection.
Custom Property that returns whether this row is a custom row.
Item
Parent Property that returns the parent DrawingBOM object.
Type Returns an ObjectTypeEnum indicating this object's type.
Virtual Property that returns whether this row references a virtual component in the assembly.

Accessed From

BalloonValueSet.ReferencedRow, DrawingBOMRows.Item

Samples

Name Description
Find component referenced by balloon This sample demonstrates how to find the component that a balloon references.

Version

Introduced in version 2009

Was this information helpful?