Share

TableFormat Object


Description

The TableFormat object contains values for the various overrides of the table's appearance.

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.
InsideLineColor Gets and sets the color of the inside lines.
InsideLineWeight Gets and sets the weight of the inside lines.
OutsideLineColor Gets and sets the color of the outside lines.
OutsideLineWeight Gets and sets the weight of the outside lines.
TextStyle Gets and sets the text style.
Type Returns an ObjectTypeEnum indicating this object's type.

Accessed From

CustomTable.OverrideFormat, CustomTables.CreateTableFormat

Samples

Name Description
Custom Table - create This sample demonstrates how to create a custom table.

Version

Introduced in version 9

Was this information helpful?