Share

iFeatureTableColumn Object


Description

The iFeatureTableColumn object represents a single column of a table associated with a table driven iFeature.

Methods

Name Description
Delete Method that deletes the column from the table.

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 specifies the number of rows in the column.
CustomColumn Gets and sets whether this is a custom parameter column.
CustomIncrement Gets and sets the increment value for custom parameter column.
CustomRangeMaximum Gets and sets the maximum value for a custom parameter column.
CustomRangeMinimum Gets and sets the minimum value for a custom parameter column.
DisplayHeading Property that returns the heading of the column as seen in the iFeature author command.
FormattedHeading Property that returns the heading of the column in XML format.
Heading Property that returns the heading of the column in XML format.
Index Property that returns the index of this column within the iFeatureTableColumns collection where the first column has an index of 1.
Item Method that returns the specified iFeatureTableCell object from the row.
Key Read-write property that gets and sets the key order for the column.
Parent Property that returns the parent iFeatureTable.
Type Returns an ObjectTypeEnum indicating this object's type.

Accessed From

iFeatureTableCell.Column, iFeatureTableColumns.Item

Samples

Name Description
Place table driven iFeature This program demonstrates the placement of a table driven iFeature in a part.
Changing row of table driven iFeature This program demonstrates the edit of a table driven iFeature to change which row of the table is being used to drive the iFeature.

Version

Introduced in version 2009

Was this information helpful?