Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > DimInfo Object : GetTruePosAxis Method
Required Long representing which index position to retrieve.
GetTruePosAxis Method
Description
Gets the dimension true position axis order used at the position indicated by the index parameter.
Syntax
Visual Basic
Public Function GetTruePosAxis( _
   ByVal index As Long _
) As ENUM_DINFO_TP_AXES
Parameters
index
Required Long representing which index position to retrieve.
Return Type
Enum_Dinfo_Tp_axes enumeration.
Remarks
This command only works with dimension information commands that are referencing true position dimensions.
See Also