Click or drag to resize

IDfsFileStaticIOWriteStaticItemData Method

Write the static item back to the file. the staticItem must originate from this file. This will update and overwrite the static item information and the data of the static item.

Namespace:  DHI.Generic.MikeZero.DFS
Assembly:  DHI.Generic.MIKEZero.DFS (in DHI.Generic.MIKEZero.DFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
void WriteStaticItemData(
	IDfsStaticItem staticItem,
	Array data
)

Parameters

staticItem
Type: DHI.Generic.MikeZero.DFSIDfsStaticItem
Static item to update
data
Type: SystemArray
New data to insert. Data length must match the data size of the static item.
See Also