Share

iPartTableColumn Object


Description

The iPartTableColumn object represents a column in the iPart factory table.

Methods

Name Description
Delete Method that deletes this column in the factory. The "Member" and "Part Number" columns cannot be deleted.

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.
Count Property that returns the number of items in this collection.
CustomColumn Gets and sets whether this is a custom parameter column.
CustomIncrement Gets and sets the increment value for custom parameter columns.
CustomRangeMaximum Gets and sets the maximum value for a custom parameter.
CustomRangeMinimum Gets and sets the minimum value for a custom parameter.
DisplayHeading Property that returns the localized heading of the column.
FormattedHeading Property that returns the heading of the column in XML format.
Heading Property that returns the heading of the column.
Index Property that returns the index of this column within the iPart factory table.
Item Returns the specified iPartTableCell object from the collection. This is the default property of the iPartTableColumn object.
Key Gets and sets the key order for the column.
Parent Property that returns the parent iPartFactory object.
ReferencedDataType Property that returns the data type contained in the column.
ReferencedObject Property that returns the object referenced by the column. For instance, if the column references a fillet feature suppression, the corresponding FilletFeature object is returned. Similarly, if a file property is referenced, the corresponding Property object is returned.
Type Returns an ObjectTypeEnum indicating this object's type.

Accessed From

iPartFactory.DisplayStyleColumn, iPartFactory.FileNameColumn, iPartFactory.MaterialColumn, iPartTableColumns.Item

Version

Introduced in version 6

Was this information helpful?