Click or drag to resize

DfsDLLWrapperUtildfsAddCustomBlock Method

Add the custom block to the file pointer to by headerPointer

Namespace:  DHI.Generic.MikeZero.DFS
Assembly:  DHI.Generic.MIKEZero.DFS (in DHI.Generic.MIKEZero.DFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public static void dfsAddCustomBlock(
	IntPtr headerPointer,
	IDfsCustomBlock customBlock
)

Parameters

headerPointer
Type: SystemIntPtr
Pointer to header structure (pdfs)
customBlock
Type: DHI.Generic.MikeZero.DFSIDfsCustomBlock
custom block to set
See Also