Share

HoleTables Object


Description

The HoleTables collection object represents all the hole tables on a sheet.

Methods

Name Description
Add Method that creates a new hole table by including all holes in the input drawing view. Only those feature types specified in the input (or the default) hole table style will be included. The newly created HoleTable is returned.
AddByFeatureType Method that creates a new hole table by including only the holes that are of the specified type in the input drawing view. The newly created HoleTable is returned.
AddSelected Method that creates a new hole table by including only the specified holes. The newly created HoleTable is returned.

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 the collection.
Item Returns the specified HoleTable object from the collection.
Type Returns an ObjectTypeEnum indicating this object's type.

Accessed From

Sheet.HoleTables

Version

Introduced in version 10

Was this information helpful?