Name | Description |
Add | Method that creates a new column. Any changes to the table are not actually applied until the Save method of the parent ContentFamily object is called. |
CreateExpressionLimits | Method that creates an ExpressionLimits object. This object can be used to define the limits of a custom expression associated with a table column. |
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 returns the number of ContentTableColumn objects in the collection. |
Item | Returns the specified ContentTableColumn object from the collection. |
Type | Returns an ObjectTypeEnum indicating this object's type. |
Name | Description |
Create a Configuration Table | This sample demonstrates the creation of a configuration (iPart/iAssembly) table in a drawing from a factory document. |