SetHeadingType Method
Description
Sets the heading type for the dimension based on an index parameter.
Syntax
Visual Basic |
---|
Public Function SetHeadingType( _ ByVal index As Long, _ ByVal HeadingType As DIMFORMATTYPE _ ) As Boolean |
Parameters
- index
- Required long indicating the index position that is being set.
- HeadingType
Value Description PCD_DEV PCD_DEVANG PCD_MAXMIN PCD_MEAS PCD_NOM PCD_NOT_USED PCD_OUTTOL PCD_TOL Required DimFormatType enumeration representing the type of value to be used at the given index position.
Return Type
Boolean value indicating success or failure in setting the heading type.
See Also