HDParameterDataUserDefinedNetworkDatas Property |
User defined data in the network.
Each type of data is identified by a string, being the id of the data type.
UserDefinedMarkers from MIKE 11 is added here.
Namespace:
DHI.Mike1D.HDParameterDataAccess
Assembly:
DHI.Mike1D.HDParameterDataAccess (in DHI.Mike1D.HDParameterDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public Dictionary<string, NetworkDataDouble> UserDefinedNetworkDatas { get; set; }
Public Property UserDefinedNetworkDatas As Dictionary(Of String, NetworkDataDouble)
Get
Set
public:
property Dictionary<String^, NetworkDataDouble^>^ UserDefinedNetworkDatas {
Dictionary<String^, NetworkDataDouble^>^ get ();
void set (Dictionary<String^, NetworkDataDouble^>^ value);
}
Property Value
Type:
DictionaryString,
NetworkDataDoubleSee Also