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)
Syntaxpublic static void dfsAddCustomBlock(
	IntPtr headerPointer,
	IDfsCustomBlock customBlock
)
Public Shared Sub dfsAddCustomBlock ( 
	headerPointer As IntPtr,
	customBlock As IDfsCustomBlock
)
public:
static void dfsAddCustomBlock(
	IntPtr headerPointer, 
	IDfsCustomBlock^ customBlock
)
static member dfsAddCustomBlock : 
        headerPointer : IntPtr * 
        customBlock : IDfsCustomBlock -> unit 
Parameters
- headerPointer
 - Type: SystemIntPtr
Pointer to header structure (pdfs) - customBlock
 - Type: DHI.Generic.MikeZero.DFSIDfsCustomBlock
custom block to set 
See Also