Click or drag to resize

PfsHelperPfsWriteClob Method (IntPtr, String, Object)

Write all values in the array to the clob in the created keyword

Namespace:  DHI.PFS
Assembly:  DHI.PFS (in DHI.PFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public static void PfsWriteClob(
	IntPtr pfsRoot,
	string keyword,
	params Object[] paramList
)

Parameters

pfsRoot
Type: SystemIntPtr
pointer to section
keyword
Type: SystemString
keyword name
paramList
Type: SystemObject
array that containing the values
See Also