Share

ContentTableColumn Object


Description

The ContentTableColumn object represents the column of the table associated with a particular content center family.

Methods

Name Description
ClearPropertyMap Method that removes any property mapping for this column.
GetPropertyMap Method that gets the information associated with a custom expression. This method is only valid when the HasPropertyMap property returns True.
SetPropertyMap Method that sets the information associated with a custom expression.

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.
DataType Property that indicates the type of value defined for this column. Values this property can return are kIntegerType, kDoubleType, kStringType, and kBooleanType.
DisplayHeading Gets/Sets the display name of this column.
Expression Gets/Sets the expression to use to automatically populate the rows of this column.
HasPropertyMap Property that indicates if this column is mapped to an iProperty.
InternalName Property that gets and sets the name of this column.
IsCustom Read-only property that returns True if the column is a custom column.
KeyColumnOrder Read-write Property that allows you to get and set the KeyWeight of the column.
Parent Property that returns the ContentFamily object this column is associated with.
Type Returns an ObjectTypeEnum indicating this object's type.
Units Read-write Property that allows you to get and set the units of the column.

Accessed From

ContentFamily.DesignationColumn, ContentFamily.FileNameColumn, ContentTableColumns.Add, ContentTableColumns.Item

Version

Introduced in version 2010

Was this information helpful?