Click or drag to resize

CrossSectionSlotDecorator Constructor (BottomSlotType, Double, TopSlotType, Double, ICrossSection)

Construct a new ICrossSection slot decorator with predefined bottom and top slot types.

Namespace:  DHI.Mike1D.CrossSectionModule
Assembly:  DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public CrossSectionSlotDecorator(
	BottomSlotType bottomSlotType,
	double bottomSlotStartDepth,
	TopSlotType topSlotType,
	double topSlotStartDepth,
	ICrossSection crossSection
)

Parameters

bottomSlotType
Type: DHI.Mike1D.HDParameterDataAccessBottomSlotType
Type of bottom slot
bottomSlotStartDepth
Type: SystemDouble
Depth where bottom slot starts
topSlotType
Type: DHI.Mike1D.HDParameterDataAccessTopSlotType
Type of top slot
topSlotStartDepth
Type: SystemDouble
Depth where top slot starts
crossSection
Type: DHI.Mike1D.CrossSectionModuleICrossSection
Cross section to add slot functionality to.
See Also