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)
Syntaxvoid WriteStaticItemData(
IDfsStaticItem staticItem,
Array data
)
Sub WriteStaticItemData (
staticItem As IDfsStaticItem,
data As Array
)
void WriteStaticItemData(
IDfsStaticItem^ staticItem,
Array^ data
)
abstract WriteStaticItemData :
staticItem : IDfsStaticItem *
data : Array -> unit
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