Click or drag to resize

CrossSectionSlotDecoratorSetBottomSlot Method (IBottomSlot, Double)

Set bottom slot and start depth (where bottom slot is to start). if bottomSlot is null, bottom slot functionality is disabled.

Namespace:  DHI.Mike1D.CrossSectionModule
Assembly:  DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public void SetBottomSlot(
	IBottomSlot bottomSlot,
	double bottomSlotStartDepth
)

Parameters

bottomSlot
Type: DHI.Mike1D.CrossSectionModuleIBottomSlot
Bottom slot to use. Must be fully initialized.
bottomSlotStartDepth
Type: SystemDouble
Depth above bottom level where the slot should start
See Also