Click or drag to resize

EngineShadowReachCreateNewReach Method

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

Override to return a specialized version of the EngineReach

Namespace:  DHI.Mike1D.Engine
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
protected override EngineReach CreateNewReach()

Return Value

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