Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > DimInfo Object : GetLocationAxis Method
Required Long representing which index position to retrieve.
GetLocationAxis Method
Description
Returns the dimension location axis order used at the position indicated by the index parameter.
Syntax
Visual Basic
Public Function GetLocationAxis( _
   ByVal index As Long _
) As ENUM_DINFO_LOC_AXES
Parameters
index
Required Long representing which index position to retrieve.
Return Type
Enum_Dinfo_Loc_Axes enumeration value indicating the dimension location axis order used at the position indicated by the index parameter
Remarks
This function only works if the dimension being referenced in the command is an axis location dimension.
See Also