Click or drag to resize

DfsFactoryCreateCustomBlockT Method (String, T)

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

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<T>(
	string name,
	T[] data
)

Parameters

name
Type: SystemString
data
Type: T

Type Parameters

T
Must be an array of type float, double, byte, int, uint, short or ushort.

Return Value

Type: IDfsCustomBlock
See Also