Click or drag to resize

DfsBuilderAddCustomBlock Method (String, UInt16)

Add a custom block containing ushort 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 void AddCustomBlock(
	string name,
	ushort[] data
)

Parameters

name
Type: SystemString
data
Type: SystemUInt16

Implements

IDfsFileBuilderAddCustomBlock(String, UInt16)
See Also