Add reach to searcher
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 Add(
ILocationSpan span,
T reach
)
Public Sub Add (
span As ILocationSpan,
reach As T
)
public:
void Add(
ILocationSpan^ span,
T reach
)
Parameters
- span
- Type: DHI.Mike1D.GenericILocationSpan
Span that reach covers - reach
- Type: T
Reach object
See Also