Share

PartsListColumn Object


Description

The PartsListColumn object represents a column in a parts list table.

Methods

Name Description
GetFilePropertyId Method that returns the id of the property associated with the column. This method will return an error if the PropertyType property does not return a value of kFilePropertyType.
Remove Method that removes this column from the parts list.
Reposition Method that repositions the column within the parts list.

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.
CustomPropertyName Property that returns the name of the custom property associated with this object. This method will return an error if the PropertyType property does not return a value of kCustomPropertyType.
Parent Property that gets the parent object from whom this object can logically be reached.
PropertyType Property that returns the property type associated with this column. If this property returns kFilePropertyType, the GetFilePropertyId method returns the identity of the file property. If this property returns kCustomPropertyType, use the CustomPropertyName property to get the name of the custom property.
Title Gets and sets the title of the column header in the parts list table.
TitleHorizontalJustification Gets and sets the justification of the column title.
Type Returns an ObjectTypeEnum indicating this object's type.
ValueHorizontalJustification Gets and sets the justification of the values in the column.
Width Gets and sets the width of the column.

Accessed From

PartsListColumns.Add, PartsListColumns.Item

Version

Introduced in version 5.3

Was this information helpful?