Share

iFeatureTable Object


Description

The iFeatureTable object represents the table associated with a table driven iFeature. This object provides access to the contents of the table and provides information about the default and active rows.

Methods

Name Description
Delete Method that deletes the iFeatureTable. This converts a table driven iFeature into a standard iFeature.
Export Exports the iFeatureTable to an external file.

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.
DefaultRow Gets and sets the default row.
ExcelWorkSheet Property that returns the Excel WorkSheet object representing the iFeature table. After making changes to the Excel sheet, save and close the parent WorkBook object of the sheet in order for Inventor to absorb the changes.
iFeatureTableColumns Property returning the collection of columns in the table.
iFeatureTableRows Property returning the collection of rows in the table.
Parent Property returning the parent object.
Type Returns an ObjectTypeEnum indicating this object's type.

Accessed From

iFeatureDefinition.iFeatureTable, iFeatureTableCell.Parent, iFeatureTableColumn.Parent, iFeatureTableRow.Parent

Version

Introduced in version 2009

Was this information helpful?