Click or drag to resize

DfsFactoryCreateCustomBlock Method (String, Array)

Create a custom block, with the provided name and data.

The arrayData must be an array of type float, double, byte, int, uint, short or ushort

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
public IDfsCustomBlock CreateCustomBlock(
	string name,
	Array arrayData
)

Parameters

name
Type: SystemString
arrayData
Type: SystemArray

Return Value

Type: IDfsCustomBlock
See Also