DfsFileWriteStaticItemData 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.DFSAssembly: DHI.Generic.MikeZero.DFS (in DHI.Generic.MikeZero.DFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntaxpublic void WriteStaticItemData(
IDfsStaticItem staticItem,
Array data
)
Public Sub WriteStaticItemData (
staticItem As IDfsStaticItem,
data As Array
)
public:
virtual void WriteStaticItemData(
IDfsStaticItem^ staticItem,
Array^ data
) sealed
abstract WriteStaticItemData :
staticItem : IDfsStaticItem *
data : Array -> unit
override 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.
Implements
IDfsFileStaticIOWriteStaticItemData(IDfsStaticItem, Array)
See Also