Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > DimInfo Object : SetTruePosAxis Method
Required Long value indicating the index position that is being set.
Required Enum_Dinfo_TP_Axes enumeration representing the type the axis used at the given index position.
SetTruePosAxis Method
Description

Sets a True Position dimension's axis.

Syntax
Visual Basic
Public Function SetTruePosAxis( _
   ByVal index As Long, _
   ByVal AXIS As ENUM_DINFO_TP_AXES _
) As Boolean
Parameters
index
Required Long value indicating the index position that is being set.
AXIS
ValueDescription
DINFO_TP_DD 
DINFO_TP_DF 
DINFO_TP_LD 
DINFO_TP_LF 
DINFO_TP_NOT_USED 
DINFO_TP_PA 
DINFO_TP_PR 
DINFO_TP_TP 
DINFO_TP_USE_DIM_AXES 
DINFO_TP_WD 
DINFO_TP_WF 
DINFO_TP_WORST 
DINFO_TP_X 
DINFO_TP_Y 
DINFO_TP_Z 
Required Enum_Dinfo_TP_Axes enumeration representing the type the axis used at the given index position.
Return Type
Boolean value indicating success or failure in setting the field type.
See Also