CustomTables Object
Description
The CustomTables object contains the collection of objects for a given Sheet. See the Custom Tables overview for more information.
Methods
| Add |
Method that creates a new CustomTable. The new created CustomTable is returned. |
| AddBendTableWithOptions |
Method that creates a new bend table. The newly created CustomTable is returned. |
| AddConfigurationTable |
Method that creates a new configuration (iPart/iAssembly) table. The newly created CustomTable is returned. |
| AddCSVTable |
Method that creates a new custom table based on a CSV (comma delimited) file. The newly created CustomTable is returned. |
| AddExcelTable |
Method that creates a new custom table based on an excel file. The newly created CustomTable is returned. |
| CreateTableFormat |
Method that creates a TableFormat object. |
Properties
| 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 items in this collection. |
| Item |
Returns the specified object in the collection. |
| Type |
Returns an ObjectTypeEnum indicating this object's type. |
Accessed From
Sheet.CustomTables
Samples
Version
Introduced in version 9