Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > DimFormat Object : SetHeadingType Method
Required long indicating the index position that is being set.

Required DimFormatType enumeration representing the type of value to be used at the given index position.

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
ValueDescription
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