Click or drag to resize

EngineReachCreateNewReach Method

Create a new empty EngineReach of the correct type. Used by the DivideAt(ILocation, EngineNode, IDiagnostics) method.

Override to return a specialized version of the EngineReach

Namespace:  DHI.Mike1D.Engine
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
protected virtual EngineReach CreateNewReach()

Return Value

Type: EngineReach
A new empty engine reach of the correct type
See Also