Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > OldBasic Object : GetFeature Method
The string ID of the object to query.
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