Click or drag to resize

AsciiBridgeWriteStaticValue Method

Write static value for the staticItem at the reach and grid point index

Namespace:  DHI.Mike1D.ResultDataAccess
Assembly:  DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
protected void WriteStaticValue(
	AsciiBridgeStaticItemTypes staticItem,
	IRes1DReach res1DReach,
	int gridpointIndex,
	string formatd
)

Parameters

staticItem
Type: DHI.Mike1D.ResultDataAccessAsciiBridgeStaticItemTypes
Static item type to output
res1DReach
Type: DHI.Mike1D.ResultDataAccessIRes1DReach
Reach
gridpointIndex
Type: SystemInt32
Index of grid point in reach
formatd
Type: SystemString
Format to use when writing to file
See Also