StructureParametersUseGlobalDelhs Property |
Flag specifying whether to use the global value
Delhs for all structures
or whether to have each structure seperately specify their own value,
stored in
Delhs.
If this is set, the Delhs will be overridden with the Delhs
value.
Default is false.
Namespace:
DHI.Mike1D.StructureModule
Assembly:
DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public bool UseGlobalDelhs { get; set; }
Public Property UseGlobalDelhs As Boolean
Get
Set
public:
property bool UseGlobalDelhs {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also