DHI.Mike1D Class Library
C#
Show/Hide TOC
Local
Solver
Settings
Remove Method
Removes the first occurrence of a specific object from the
ICollection
T
.
Definition
Namespace:
DHI.Mike1D.HDParameterDataAccess
Assembly:
DHI.Mike1D.HDParameterDataAccess (in DHI.Mike1D.HDParameterDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
Copy
public
bool
Remove
(
SolverSettings
item
)
Parameters
item
SolverSettings
The object to remove from the
ICollection
T
.
Return Value
Boolean
if
item
was successfully removed from the
ICollection
T
; otherwise,
. This method also returns
if
item
is not found in the original
ICollection
T
.
Implements
ICollection
T
Remove(T)
Exceptions
NotSupportedException
The
ICollection
T
is read-only.
See Also
Reference
LocalSolverSettings Class
DHI.Mike1D.HDParameterDataAccess Namespace
In This Article
Definition
Parameters
Return Value
Implements
Exceptions
See Also