Share

DrawingBOM Object


Description

The DrawingBOM object represents a locally stored BOM. This is the equivalent of the table displayed when the 'Attach Balloon From List' command in the context menu of a balloon is invoked.

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.
DrawingBOMColumns Property that gets the DrawingBOMColumns collection object.
DrawingBOMRows Property that gets the DrawingBOMRows collection object.
Level Property that returns the type of numbering for the BOM.
Parent Property that returns the parent DrawingDocument object.
ReferencedDocumentDescriptor Property that gets the model document referenced by this DrawingBOM.
Type Returns an ObjectTypeEnum indicating this object's type.

Accessed From

DrawingBOMCell.Parent, DrawingBOMColumn.Parent, DrawingBOMRow.Parent, DrawingBOMs.Item

Version

Introduced in version 2009

Was this information helpful?