Click or drag to resize
IDfsFileBuilderAddCustomBlock Method (IDfsCustomBlock)
Adds a custom block.

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(
	IDfsCustomBlock customBlock
)

Parameters

customBlock
Type: DHI.Generic.MikeZero.DFSIDfsCustomBlock
Remarks
You can create a new custom block by using the CreateCustomBlock methods from DfsFactory.
See Also