Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > Tools Object : Remove Method
Required String that indicates which Tool object to remove.
Remove Method
Description
This function removes the indicated Tool object from this collection.
Syntax
Visual Basic
Public Function Remove( _
   ByVal ID As String _
) As Boolean
Parameters
ID
Required String that indicates which Tool object to remove.
Return Type
Boolean value. Boolean returns true if the function succeeds, false if it fails.
See Also