This function removes the indicated Tool object from this collection.
Visual Basic |
---|
Public Function Remove( _ ByVal ID As String _ ) As Boolean |
- ID
- Required String that indicates which Tool object to remove.
Boolean value. Boolean returns true if the function succeeds, false if it fails.