Returns the type of the object.
Visual Basic |
---|
Public Function GetType( _ ByVal ID As String _ ) As Long |
- ID
- The string ID of the object to query.
The type of the object, or 0 if unsuccessful. Possible types are any of the types passed to StartFeature or StartDim.
This function was added for the tutor translator, and should be used with caution.