Click or drag to resize

BlockWriterXml.WriteValue Method (String, Double)

Write parameter value with specified name

Namespace:  DHI.Mike1D.ModelState
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public void WriteValue(
	string parameterName,
	double value
)

Parameters

parameterName
Type: System.String

[Missing <param name="parameterName"/> documentation for "M:DHI.Mike1D.ModelState.BlockWriterXml.WriteValue(System.String,System.Double)"]

value
Type: System.Double

[Missing <param name="value"/> documentation for "M:DHI.Mike1D.ModelState.BlockWriterXml.WriteValue(System.String,System.Double)"]

Implements

IBlockWriter.WriteValue(String, Double)
See Also