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
TitleHorizontalJustification
Type Returns an ObjectTypeEnum indicating this object's type.
ValueHorizontalJustification
Width

Accessed From

PartsListColumns.Add, PartsListColumns.Item

Version

Introduced in version 5.3