Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
The string ID of the object to query.
GetType Method
Description
Returns the type of the object.
Syntax
Visual Basic
Public Function GetType( _
   ByVal ID As String _
) As Long
Parameters
ID
The string ID of the object to query.
Return Type
The type of the object, or 0 if unsuccessful. Possible types are any of the types passed to StartFeature or StartDim.
Remarks

This function was added for the tutor translator, and should be used with caution.

See Also