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