GateActualGateLevel Property  | 
 
            Actual gate level.
            Type: River Structure Geometry
            Unit: [m]
            Default: 0
            
            this is not a setup parameter, but a run parameter, 
            which will change during the run (if the gate is controlled).
            If the gate is not controlled, this can be used to change
            the gate (manual/user defined control).
            
 
    Namespace: 
   DHI.Mike1D.StructureModule
    Assembly:
   DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic double ActualGateLevel { get; set; }Public Property ActualGateLevel As Double
	Get
	Set
public:
virtual property double ActualGateLevel {
	double get () sealed;
	void set (double value) sealed;
}Property Value
Type: 
DoubleImplements
IGateActualGateLevel
See Also