Share

PartsListRow Object


Description

The PartsListRow object represents a row in a parts list table.

Methods

Name Description
Remove Method that removes this row from the parts list. This method works only for custom rows.
Reposition Method that repositions the row within the parts list.
SaveItemOverridesToBOM Saves any overrides to the item values in the balloon to the model 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 parts list has been ballooned.
Count Property that returns the number of items in this collection.
Custom Property that returns whether this row is a custom row.
Expandable Property that returns whether this row is a nested one. (i.e. it references an assembly.)
Expanded Gets or sets whether this row is expanded if this row is a nested one i.e. it references an assembly.
Height Gets and sets the height of the parts list row.
Item Returns the specified PartsListCells object from the collection. This is the default property of the PartsListCells collection object.
Parent Property that gets the parent object from whom this object can logically be reached.
ReferencedRows Property that returns an enumerator of DrawingBOMRow objects.
Type Returns an ObjectTypeEnum indicating this object's type.
Visible Gets and sets whether the row is visible.

Accessed From

PartsListRows.Add, PartsListRows.Item

Version

Introduced in version 5.3

Was this information helpful?