Click or drag to resize

IDfsFileBuilderAddCustomBlock Method (String, Array)

Adds a custom block containing the array data.

The type of arrayData must be an array of type equivalent to one of the supported DfsSimpleType, e.g. int[].

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 AddCustomBlock(
	string name,
	Array arrayData
)

Parameters

name
Type: SystemString
arrayData
Type: SystemArray
See Also