XSBaseRawUpdateMarkersToDefaults Method |
clears the indicated existing markers and sets them to their default x location.
(LeftLeveeBank: smallest x, RightLeveeBank: largest x, LowestPoint: x with
the smallest z). Doesn't do anything for Circular, Rectangular.
Namespace:
DHI.Mike1D.CrossSectionModule
Assembly:
DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public void UpdateMarkersToDefaults(
bool bLeftLeveeBank,
bool bLowestPoint,
bool bRightLeveeBank
)
Parameters
- bLeftLeveeBank
- Type: SystemBoolean
reset marker for left levee bank? - bLowestPoint
- Type: SystemBoolean
reset marker for lowest point? - bRightLeveeBank
- Type: SystemBoolean
reset marker for right levee bank?
See Also