DfsDLLWrapperUtildfsAddCustomBlock Method |
Add the custom block to the file pointer to by headerPointer
Namespace: DHI.Generic.MikeZero.DFSAssembly: 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
)
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