Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > DimInfo Object : GetFieldFormat Method
Required Long representing which index position to retrieve.
GetFieldFormat Method
Description
Returns the dimension information type of the position indicated by index.
Syntax
Visual Basic
Public Function GetFieldFormat( _
   ByVal index As Long _
) As ENUM_DINFO_FIELD_TYPES
Parameters
index
Required Long representing which index position to retrieve.
Return Type
Enum_Dinfo_Field_Types enumeration value indicating the dimension information type of the position indicated by the index parameter.
See Also