AbstractSourceBoundaryModifier Property |
A modifier that you can assign run-time to the setup, to handle
e.g. putting noise to the model or in other ways change the value.
Default is null
The value is provided in the engine unit and must be returned in the engine unit.
Namespace:
DHI.Mike1D.BoundaryModule
Assembly:
DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public IBoundaryValueModifier Modifier { get; set; }
Public Property Modifier As IBoundaryValueModifier
Get
Set
public:
virtual property IBoundaryValueModifier^ Modifier {
IBoundaryValueModifier^ get () sealed;
void set (IBoundaryValueModifier^ value) sealed;
}
Property Value
Type:
IBoundaryValueModifierImplements
IBoundarySourceModifierSee Also