ParameterType Enumeration

Type of parameter, for additional data

Definition

Namespace: DHI.Mike1D.Mike1DDataAccess
Assembly: DHI.Mike1D.Mike1DDataAccess (in DHI.Mike1D.Mike1DDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public enum ParameterType

Members

Option0 General option. A number of predefined options are supported by the engine.
Property1 Property is a direct reference to the MIKE 1D object properties. All simple properties can be modified using this parameter type

Extension Methods

IsOneOf Returns true if enumeration is one of the listed ones.
(Defined by GenericExtensions)

See Also