Click or drag to resize

CrossSectionSlotDecorator Constructor (ICrossSection)

Construct a new ICrossSection slot decorator with no bottom and top slot defined. Use one ore more of [!:SetBottomSlot(ISlot,double)], SetTopSlot(ITopSlot, Double), SetBottomSlot(BottomSlotType, Double), SetTopSlot(TopSlotType, Double) to add slot functionality.

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(
	ICrossSection crossSection
)

Parameters

crossSection
Type: DHI.Mike1D.CrossSectionModuleICrossSection
Cross section to add slot functionality to.
See Also