Click or drag to resize

CrossSectionMiddling Constructor

Create a new CrossSectionMiddling based on a location and two neighbours.

Namespace:  DHI.Mike1D.CrossSectionModule
Assembly:  DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public CrossSectionMiddling(
	ILocation location,
	ICrossSection xsBefore,
	ICrossSection xsAfter
)

Parameters

location
Type: DHI.Mike1D.GenericILocation
Location must be in between neighbours
xsBefore
Type: DHI.Mike1D.CrossSectionModuleICrossSection
Cross section before location
xsAfter
Type: DHI.Mike1D.CrossSectionModuleICrossSection
Cross section after location
See Also