IDfsDataConverterRevert Method (IDfsStaticItem, Array) |
Revert the static item data.
This must be the opposite of what Convert(IDfsStaticItem)
does. In case the convert method does nothing, this should do nothing as well.
In case no conversion is required, just leave the method body empty.
In case conversion is required, return the original IDfsStaticItem
and the reverted array data as the two arguments.
Namespace: DHI.Generic.MikeZero.DFSAssembly: DHI.Generic.MikeZero.DFS (in DHI.Generic.MikeZero.DFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax void Revert(
ref IDfsStaticItem staticItem,
ref Array data
)
Sub Revert (
ByRef staticItem As IDfsStaticItem,
ByRef data As Array
)
void Revert(
IDfsStaticItem^% staticItem,
Array^% data
)
abstract Revert :
staticItem : IDfsStaticItem byref *
data : Array byref -> unit
Parameters
- staticItem
- Type: DHI.Generic.MikeZero.DFSIDfsStaticItem
- data
- Type: SystemArray
See Also