Share

iFeatureTableCell Object


Description

The iFeatureTableCell object represents a single cell within a table associated with a table driven iFeature.

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.
Column Property that returns the column this cell is within.
CustomCell Gets and sets whether this is a custom parameter cell.
CustomIncrement Gets and sets the increment value for custom parameter cell.
CustomRangeMaximum Gets and sets the maximum value for a custom parameter cell.
CustomRangeMinimum Gets and sets the minimum value for a custom parameter cell.
HasFormula Gets whether a formula (equation) was input into this cell via Excel.
IsValid Gets whether the contents of this cell are valid.
Parent Property that returns the parent iFeatureTable.
Row Property that returns the row this cell is within.
Type Returns an ObjectTypeEnum indicating this object's type.
Value Gets and sets the value of the cell.

Accessed From

iFeatureTableColumn.Item, iFeatureTableRow.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?