Click or drag to resize
IDfsFileBuilderAddCustomBlock 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: 16.0.0.0 (11.1.1.1111)
Syntax
void AddCustomBlock(
	string name,
	ushort[] data
)

Parameters

name
Type: SystemString
data
Type: SystemUInt16
See Also