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: 16.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