ICatchmentConnectionsRemove Method |
Removes the first occurrence of a specific object from the List.
Namespace:
DHI.Mike1D.NetworkDataAccess
Assembly:
DHI.Mike1D.NetworkDataAccess (in DHI.Mike1D.NetworkDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax bool Remove(
ICatchmentConnection item
)
Function Remove (
item As ICatchmentConnection
) As Boolean
bool Remove(
ICatchmentConnection^ item
)
Parameters
- item
- Type: DHI.Mike1D.NetworkDataAccessICatchmentConnection
The object to remove from the List. The value can be a null reference (Nothing in Visual Basic) for reference types.
Return Value
Type:
Booleantrue if item is successfully removed; otherwise, false. This method also returns false if item was not found in the List.
See Also