Click or drag to resize

IDfsDataConverterRevert Method (Int32, Array)

Revert the dynamic item data.

This must be the opposite of what Convert(IDfsItemData) does. In case the convert method does nothing, this should do nothing as well.

In case no conversion is required, just return the input data. Otherwise return a new reverted data array.

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
Array Revert(
	int itemNumber,
	Array data
)

Parameters

itemNumber
Type: SystemInt32
data
Type: SystemArray

Return Value

Type: Array
See Also