Click or drag to resize

DfsDLLWrapperdfsGetCustomBlock Method

wrapped dfsGetCustomBlock

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 dfsGetCustomBlock(
	IntPtr pblock,
	out DfsSimpleType data_type_rtn,
	out string name_rtn,
	out int n_elements_rtn,
	ref IntPtr data_ptr_rtn,
	out IntPtr pNextBlock_rtn
)

Parameters

pblock
Type: SystemIntPtr
data_type_rtn
Type: DHI.Generic.MikeZero.DFSDfsSimpleType
name_rtn
Type: SystemString
n_elements_rtn
Type: SystemInt32
data_ptr_rtn
Type: SystemIntPtr
pNextBlock_rtn
Type: SystemIntPtr
See Also