Click or drag to resize
DfsBuilderAddCustomBlock Method (String, UInt32)
Add a custom block containing uint 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
public void AddCustomBlock(
	string name,
	uint[] data
)

Parameters

name
Type: SystemString
data
Type: SystemUInt32

Implements

IDfsFileBuilderAddCustomBlock(String, UInt32)
See Also