Click or drag to resize

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)
Syntax
public static IntPtr PfsGetKeyword(
	IntPtr pfsSect,
	string keywordName,
	int keywordNo
)

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: IntPtr
A pfsNode Pointer. If the keyword does not exist, NULL is returned.
See Also