BoundaryItemConstantConstValue Property |
Setter access for the constant value. Use GetValue to retrieve it.
Namespace:
DHI.Mike1D.BoundaryModule
Assembly:
DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public double ConstValue { get; set; }
Public Property ConstValue As Double
Get
Set
public:
property double ConstValue {
double get ();
void set (double value);
}
Property Value
Type:
DoubleSee Also