Share

HoleTable Object


Description

A hole table contains information for some or all holes in a drawing view. A hole tag is associated with each hole and a corresponding row in the table. If an existing hole is changed, the hole table is updated when the drawing updates.

Methods

Name Description
Delete Method that deletes the HoleTable.
Export Method that saves the custom table to an external file.
GetReferenceKey Method that generates and returns the reference key for this entity.
MatchCustomHoles Method that specifies two or more custom holes (designated with center marks) to be the same.
ShowTags Property that indicates whether to show or hide all the hole tags associated with this table.

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.
ArrangeByPosition Gets/Sets whether to tags holes relative to their position on the selected view or by their relative size.
AttributeSets Property that returns the AttributeSets collection object associated with this object.
ColumnHeaderTextStyle Gets/Sets the text style used for the column titles (headers).
DataTextStyle Gets/Sets the text style used for the contents of the table.
DeleteTagsOnRollup Gets/Sets whether to delete tags except for the first in a series of hole tags when the row merge type is kRollupRowMerge.
GroupHoleTypes Gets/Sets whether to group and tag holes by type.
HeadingPlacement Gets/Sets the placement position of the HoleTable heading.
HoleTableColumns Property that returns the HoleTableColumns collection object.
HoleTableRows Property that returns the HoleTableRows collection object.
HoleTableType Property that returns the type of the hole table.
IncludeCentermarks Gets/Sets whether to include center marks.
IncludeCircularCuts Gets/Sets whether to include extruded cuts.
IncludeCounterBoreHoleFeatures Gets/Sets whether to include counterbored hole features.
IncludeCounterSinkHoleFeatures Gets/Sets whether to include countersunk hole features.
IncludeDrilledHoleFeatures Gets/Sets whether to include drilled hole features.
IncludeHoleFeatures Gets/Sets whether to include hole features.
IncludeRecoveredPunchCenters Gets/Sets whether to include recovered punch center marks.
IncludeThreadedHoleFeatures Gets/Sets whether to include threaded hole features.
Layer Gets and sets the layer used by the HoleTable.
Parent Property that returns the parent object of this HoleTable.
ParentView Property that returns the drawing view that this table is associated with.
Position Gets/Sets the position of the HoleTable on the sheet.
PreserveTagging Gets/Sets whether to preserve the hole tags assigned when the table is created.
RangeBox Property that returns a Box2D object which contains the lower-left and upper-right corners of a rectangle that is guaranteed to enclose this object.
ReformatOnCustomHoleMatch Gets/Sets whether to re-index the hole tags and resort contents when a Match Custom Hole operation is done.
RowMergeType Gets/Sets the row merge option for the hole table.
SecondaryTagModifierOnRollup Gets/Sets whether to include a secondary numeric tag when the row merge type is kRollupRowMerge.
SequentialNumbering Gets/Sets whether to replace the alphanumeric hole tags with sequential numbering of the holes in the hole table.
ShowTitle Gets and sets whether to show the title of the hole table.
Style Gets/Sets the associated HoleTableStyle object.
Title Gets/Sets the title of the HoleTable.
TitleTextStyle Gets/Sets the text style used for the title of the table.
Type Returns an ObjectTypeEnum indicating this object's type.

Accessed From

HoleTableCell.Parent, HoleTableColumn.Parent, HoleTableRow.Parent, HoleTables.Add, HoleTables.AddByFeatureType, HoleTables.AddSelected, HoleTables.Item

Version

Introduced in version 10

Was this information helpful?