IPFSBuilderAddKeyword Method  | 
 
            Add a keyword to a section, ie the start of a list of parameter list. 
            
            This function is used to define the start of a list of parameters.
            It has no end-counterpart, and the keyword scope is automaticalle "ended" 
            by any other keyword or section related method.
            
            Restrictions:  This function must be called within the scope of a section. 
            
 
    Namespace: 
   DHI.PFS
    Assembly:
   DHI.PFS (in DHI.PFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxvoid AddKeyword(
	string keyName
)
Sub AddKeyword ( 
	keyName As String
)
void AddKeyword(
	String^ keyName
)
abstract AddKeyword : 
        keyName : string -> unit 
Parameters
- keyName
 - Type: SystemString
Name of keyword to add. 
See Also