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

Parameters

name
Type: SystemString
data
Type: SystemSingle

Implements

IDfsFileBuilderAddCustomBlock(String, Single)
See Also