Click or drag to resize
IDfsFileBuilderAddCustomBlock Method (String, Int16)
Add a custom block containing short 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,
	short[] data
)

Parameters

name
Type: SystemString
data
Type: SystemInt16
See Also