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

Definition

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

Return Value

EngineReach
A new empty engine reach of the correct type

See Also