Mike1DDataSetAdditionalData Method

Set 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 bool SetAdditionalData(
	string key,
	Object value
)

Parameters

key  String
Identifier/key string of network data
value  Object
Object containing additional data

Return Value

Boolean
True if additional data was added, false if not added because data with the existing key already exists.

Remarks

If storing/loading setup to/from xml, all additional data objects must include a DataContractAttribute, otherwise storing/loading will fail.

See Also