Sets the heading type for the dimension based on an index parameter.
Visual Basic |
---|
Public Function SetHeadingType( _ ByVal index As Long, _ ByVal HeadingType As DIMFORMATTYPE _ ) As Boolean |
- 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.
Boolean value indicating success or failure in setting the heading type.