Click or drag to resize
PFSDllWrapperpfsKeywordByNameNum 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: 16.0.0.0 (11.1.1.1111)
Syntax
public static IntPtr pfsKeywordByNameNum(
	IntPtr section,
	string keywordName,
	int keywordNum
)

Parameters

section
Type: SystemIntPtr
A pfsNode pointer
keywordName
Type: SystemString
Name of key word
keywordNum
Type: SystemInt32
Number of keyword with that name, 1-based.

Return Value

Type: IntPtr
A pfsNode Pointer. If the keyword does not exist, NULL is returned.
See Also