StopwatchCollectionAddChild Method |
Add a child to the list of stopwatches. A watch can only be added once to the list.
A watch can only be a child of one other collection. 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 void AddChild(
StopwatchCollection watch
)
Public Sub AddChild (
watch As StopwatchCollection
)
public:
void AddChild(
StopwatchCollection^ watch
)
Parameters
- watch
- Type: DHI.Mike1D.GenericStopwatchCollection
[Missing <param name="watch"/> documentation for "M:DHI.Mike1D.Generic.StopwatchCollection.AddChild(DHI.Mike1D.Generic.StopwatchCollection)"]
See Also