Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > DimInfo Object : SetFieldFormat Method
Required long indicating the index position that is being set.
SetFieldFormat Method
Description
Sets the format of the field.
Syntax
Visual Basic
Public Function SetFieldFormat( _
   ByVal index As Long, _
   ByVal FieldType As ENUM_DINFO_FIELD_TYPES _
) As Boolean
Parameters
index
Required long indicating the index position that is being set.
FieldType
ValueDescription
DINFO_DEV 
DINFO_MAXMIN 
DINFO_MEAN 
DINFO_MEAS 
DINFO_NOM 
DINFO_NOT_USED 
DINFO_NUMPOINTS 
DINFO_OUTTOL 
DINFO_STDDEV 
DINFO_TOL 
Return Type
Required Enum_Dinfo_Field_Types enumeration representing the type of value used at the given index position.
See Also