StopwatchCollectionRemoveChild Method |
Removes a child from the list of stopwatches. The child can not be running.
Namespace:
DHI.Mike1D.Generic
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public bool RemoveChild(
StopwatchCollection watch
)
Public Function RemoveChild (
watch As StopwatchCollection
) As Boolean
public:
bool RemoveChild(
StopwatchCollection^ watch
)
Parameters
- watch
- Type: DHI.Mike1D.GenericStopwatchCollection
watch to remove
Return Value
Type:
Booleantrue if watch was found and removed, false otherwise
See Also