IAdvancedBoundaryItemUseApplicationInterval Property |
Boolean specifying whether the application of the item is limited in time
Set this flag if user specified values of ApplicationBegin and
ApplicationEnd is to be used. If this flag is not set the application
begin and end time will be overwritten/controlled by the Boundary Data,
set in Prepare(DateTime, DateTime, IDiagnostics) or by the individual boundary item.
Namespace:
DHI.Mike1D.BoundaryModule
Assembly:
DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax bool UseApplicationInterval { get; set; }
Property UseApplicationInterval As Boolean
Get
Set
property bool UseApplicationInterval {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also