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