Share

iFeatureTableRow Object


Description

The iFeatureTableRow object represents a single row of a table associated with a table driven iFeature.

Methods

Name Description
Copy Method that creates a new row with all cell values equal to the original row with the exception of columns whose values must be unique for each row. These are automatically modified to be unique using the same behavior that you see when inserting a new row in the user-interface.
Delete Method that deletes the row 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 columns in the row.
Index Property that returns the index of this row within the iFeatureTableRows collection where the first row has an index of 1.
Item Method that returns the specified iFeatureTableCell object from the row.
MemberName Property that returns the name that identifies this row.
Parent Property that returns the parent iFeatureTable.
Type Returns an ObjectTypeEnum indicating this object's type.

Accessed From

iFeatureDefinition.ActiveTableRow, iFeatureTable.DefaultRow, iFeatureTableCell.Row, iFeatureTableRow.Copy, iFeatureTableRows.Item

Version

Introduced in version 2009

Was this information helpful?