Share

CustomTables Object


Description

The CustomTables object contains the collection of objects for a given Sheet. See the Custom Tables overview for more information.

Methods

Name Description
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

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 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

Name Description
Custom Table - create This sample demonstrates how to create a custom table.
Create a Bend Table This sample demonstrates the creation of a bend table in a drawing from a sheet metal part.
Create a Configuration Table This sample demonstrates the creation of a configuration (iPart/iAssembly) table in a drawing from a factory document.
Create a drawing Excel Table This sample demonstrates the creation of a table based on an Excel file in a drawing.

Version

Introduced in version 9

Was this information helpful?