Click or drag to resize
DfsBuilderAddCustomBlock 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: 16.0.0.0 (11.1.1.1111)
Syntax
public void AddCustomBlock(
	string name,
	Array arrayData
)

Parameters

name
Type: SystemString
arrayData
Type: SystemArray

Implements

IDfsFileBuilderAddCustomBlock(String, Array)
See Also