AbstractBottomSlotMoveSlot Method |
Move slot up or down, to match the specified bottom level.
Initially the bottom level is set to ZMin
Namespace:
DHI.Mike1D.CrossSectionModule
Assembly:
DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public virtual void MoveSlot(
double bottomLevel
)
Public Overridable Sub MoveSlot (
bottomLevel As Double
)
public:
virtual void MoveSlot(
double bottomLevel
)
Parameters
- bottomLevel
- Type: SystemDouble
[Missing <param name="bottomLevel"/> documentation for "M:DHI.Mike1D.CrossSectionModule.AbstractBottomSlot.MoveSlot(System.Double)"]
Implements
IBottomSlotMoveSlot(Double)See Also