Share

HoleTableStyle Object

Derived from: Style Object

Description

The HoleTableStyle object represents a hole table style in a drawing. The properties and methods listed below are in addition to those supported by the Style object.

Methods

Name Description
AddColumn Method that adds a column to the list of default columns in the style.
ConvertToLocal Method that creates a local cached copy of a global style and returns the local style.
Copy Method that creates a new local Style object. The newly created style is returned.
Delete Method that deletes the Style/Layer/UnfoldMethod.
GetReferenceKey Method that generates and returns the reference key for this entity.
RemoveAllColumns Method that removes all columns from the style.
SaveToGlobal Method that saves this style to the global repository. If a style with the same name is found in the repository, that style is updated.
UpdateFromGlobal Method that updates this style from the global repository.

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 and sets whether to tags holes relative to their position on the selected view or by their relative size.
ColumnHeaderTextStyle Gets and sets the text style used for the column titles (headers).
Comments Gets and sets comments associated with the style.
DataTextStyle Gets and sets the text style used for the contents of the table.
DeleteTagsOnRollup Gets and sets whether to delete tags except for the first in a series of hole tags when the row merge type is kRollupRowMerge.
GroupHoleTypes Gets and sets whether to group and tag holes by type.
HeadingPlacement Gets and sets the location of the heading (title).
IncludeCentermarks Gets and sets whether to include center marks.
IncludeCircularCuts Gets and sets whether to include extruded cuts.
IncludeCounterBoreHoleFeatures Gets and sets whether to include counterbored hole features.
IncludeCounterSinkHoleFeatures Gets and sets whether to include countersunk hole features.
IncludeDrilledHoleFeatures Gets and sets whether to include drilled hole features.
IncludeHoleFeatures Gets and sets whether to include hole features. Applies only to view based hole tables.
IncludeRecoveredPunchCenters Gets and sets whether to include recovered punch center marks.
IncludeThreadedHoleFeatures Gets and sets whether to include threaded hole features.
InsideLineColor Gets and sets the color of the inner lines of the table.
InsideLineWeight Gets and sets the line weight of the inner lines of the table.
InternalName Property that returns the internal name of the style. The name is the internal English name of the standard style. This name will remain constant and is not affected by locale. This name is never displayed to the user. Note that this name is not guaranteed to be unique.
InUse Property that indicates if this style is in use.
Name Gets/Sets the name of the Style.
OutsideLineColor Gets and sets the color of the outer lines of the table.
OutsideLineWeight Gets and sets the line weight of the outer lines of the table.
Parent Property returning the parent of this object.
PreserveTagging Gets and sets whether to preserve the hole tags assigned when the table is created.
ReformatOnCustomHoleMatch Gets and sets whether to re-index the hole tags and resort contents when a Match Custom Hole operation is done.
RowMergeType Gets and sets the row merge option for the hole table.
SecondaryTagModifierOnRollup Gets and sets whether to include a secondary numeric tag when the row merge type is kRollupRowMerge.
SequentialNumbering Gets and sets whether to replace the alphanumeric hole tags with sequential numbering of the holes in the hole table.
StyleLocation Property that returns the location of this style, i.e. local to the document, cached locally in the document, exists in the library. Styles that exist in the library cannot be edited.
StyleType Gets the type of the style.
Title Gets and sets the title of the HoleTable.
TitleTextStyle Gets and sets the text style used for the title of the table.
Type Returns an ObjectTypeEnum indicating this object's type.
UpToDate Property that gets the up-to-date status of the style against the global repository.
UseLeaderForTags Gets and sets whether to generate a leader for any hole tag dragged away from the hole with which it is associated.

Accessed From

HoleTable.Style, HoleTableStylesEnumerator.Item, ObjectDefaultsStyle.HoleTableStyle

Version

Introduced in version 2009

Was this information helpful?