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: 17.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