Sets a True Position dimension's axis.
Visual Basic |
---|
Public Function SetTruePosAxis( _ ByVal index As Long, _ ByVal AXIS As ENUM_DINFO_TP_AXES _ ) As Boolean |
- index
- Required Long value indicating the index position that is being set.
- AXIS
Required Enum_Dinfo_TP_Axes enumeration representing the type the axis used at the given index position.Value Description 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
Boolean value indicating success or failure in setting the field type.