Click or drag to resize

CrossSectionSlotDecoratorSetBottomSlot Method (ISlot, 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: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public void SetBottomSlot(
	ISlot bottomSlot,
	double bottomSlotStartDepth
)

Parameters

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