PfsHelperPfsGetKeyword Method  | 
 
            Returns a reference to the n'th instance of a specific keyword name of the pfsNode (target/section) passed as argument.
            
 
    Namespace: 
   DHI.PFS
    Assembly:
   DHI.PFS (in DHI.PFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic static IntPtr PfsGetKeyword(
	IntPtr pfsSect,
	string keywordName,
	int keywordNo
)
Public Shared Function PfsGetKeyword ( 
	pfsSect As IntPtr,
	keywordName As String,
	keywordNo As Integer
) As IntPtr
public:
static IntPtr PfsGetKeyword(
	IntPtr pfsSect, 
	String^ keywordName, 
	int keywordNo
)
static member PfsGetKeyword : 
        pfsSect : IntPtr * 
        keywordName : string * 
        keywordNo : int -> IntPtr 
Parameters
- pfsSect
 - Type: SystemIntPtr
A pfsNode pointer - keywordName
 - Type: SystemString
Name of key word - keywordNo
 - Type: SystemInt32
Number of keyword with that name, 1-based. 
Return Value
Type: 
IntPtrA pfsNode Pointer. If the keyword does not exist, NULL is returned. 
See Also