Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > DimFormat Object : GetHeadingType Method
Required Long representing which index position to retrieve.
GetHeadingType Method
Description
Returns the heading type for the dimension based on an index parameter.
Syntax
Visual Basic
Public Function GetHeadingType( _
   ByVal index As Long _
) As DIMFORMATTYPE
Parameters
index
Required Long representing which index position to retrieve.
Return Type

DimFormatType enumeration value indicating the dimension information type of the position indicated by the index parameter.

Remarks

 

See Also