PfsHelperPfsWriteKeyword Method  | 
 
            Write all values in the array to the keyword
            
 
    Namespace: 
   DHI.PFS
    Assembly:
   DHI.PFS (in DHI.PFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic static void PfsWriteKeyword(
	IntPtr pfsRoot,
	string keyword,
	params Object[] paramList
)
Public Shared Sub PfsWriteKeyword ( 
	pfsRoot As IntPtr,
	keyword As String,
	ParamArray paramList As Object()
)
public:
static void PfsWriteKeyword(
	IntPtr pfsRoot, 
	String^ keyword, 
	... array<Object^>^ paramList
)
static member PfsWriteKeyword : 
        pfsRoot : IntPtr * 
        keyword : string * 
        paramList : Object[] -> unit 
Parameters
- pfsRoot
 - Type: SystemIntPtr
pointer to section - keyword
 - Type: SystemString
keyword name - paramList
 - Type: SystemObject
array that containing the values 
See Also