iFeatureTableColumn Object
Description
The iFeatureTableColumn object represents a single column of a table associated with a table driven iFeature.
Methods
Delete |
Method that deletes the column from the table. |
Properties
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
Version
Introduced in version 2009