Click or drag to resize

HDParameterDataUserDefinedLevels Property

Note: This API is now obsolete.

Same as UserDefinedNetworkDatas.

This is the old name, but since more than levels can be stored here, it has been renamed.

Namespace:  DHI.Mike1D.HDParameterDataAccess
Assembly:  DHI.Mike1D.HDParameterDataAccess (in DHI.Mike1D.HDParameterDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
[ObsoleteAttribute("Renamed: Use instead UserDefinedNetworkDatas")]
public Dictionary<string, NetworkDataDouble> UserDefinedLevels { get; set; }

Property Value

Type: DictionaryString, NetworkDataDouble
See Also