Share

iAssemblyTableColumn Object


Description

The iAssemblyTableColumn object represents a column in the iAssembly factory table.

Methods

Name Description
Delete Deletes this column in the factory.

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 items in the collection.
DisplayHeading Property that returns the localized heading of the column.
FormattedHeading Property that returns the heading of the column in XML format.
Heading Property that returns the non-localized heading of the column.
Index Property that returns the index of this column within the iAssembly factory table.
Item Returns the specified iAssemblyTableCell object from the collection.
Key Read-write property that gets and sets the key order for the column.
Parent Property that returns the parent iAssemblyFactory object.
ReferencedDataType Property that returns the data type contained in the column.
ReferencedObject Property that returns the object referenced by the column. For instance, if the column references a fillet feature suppression, the corresponding FilletFeature object is returned. Similarly, if a file property is referenced, the corresponding Property object is returned.  The property returns Nothing if there is no corresponding object (e.g. when the ReferencedDataType returns kMemberNameColumn).
Type Returns an ObjectTypeEnum indicating this object's type.

Accessed From

iAssemblyFactory.FileNameColumn, iAssemblyTableColumns.Item

Version

Introduced in version 11

Was this information helpful?