Share

DimensionStyle.GetHoleThreadNoteOptionValue Method

Parent Object: DimensionStyle

Description

Gets the option value for hole thread notes.

Syntax

DimensionStyle.GetHoleThreadNoteOptionValue( HoleThreadType As String, OptionName As String, Value As Variant )

Parameters

Name Type Description
HoleThreadType String Input String value that specifies a hole or thread type. The HoleThreadTypeList can return the hole and thread type list for this argument to use. The English-based hole or thread type can always be used as valid input for this argument(like “Thru” or “Thru Counterbore” etc.).
OptionName String Input String value that specifies an option name. Below are valid option names and return value types:

OptionName = RightHandedThread. Value = Boolean that indicates whether to display the RH for right handed thread or not.

OptionName = UseDefault. Value = Boolean that indicates whether to use default hole not formatting or not.

OptionName = TapDrill. Value = Boolean that indicates whether to set the hole note as tap drill type or not.

OptionName = PartUnits. Value = Boolean that indicates whether to use the measurement units of the model or not.
Value Variant Output Variant value indicating option value.

Version

Introduced in version 2025

Was this information helpful?