Returns feature type (ie. Circle, Line, Point...)
Visual Basic |
---|
Public Function GetFeature( _ ByVal ID As String _ ) As Long |
- ID
- The string ID of the object to query.
The feature type of the object, or 0 if unsuccessful.
This function was added for the tutor translator, and should be used with caution.