IOpenSourceBoundariesRemove Method
Removes the first occurrence of a specific object from the List.
Namespace: DHI.Mike1D.BoundaryModuleAssembly: DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 24.0.0.0 (11.1.1.1111)
bool Remove(
IOpenSourceBoundary item
)
- item IOpenSourceBoundary
- The object to remove from the List. The value can be a null reference (Nothing in Visual Basic) for reference types.
Booleantrue if item is successfully removed; otherwise, false. This method also returns false if item was not found in the List.
ICollectionTRemove(T)