Click or drag to resize

PFSDllWrapperpfsGetNoInstances Method

Return the number of instances of the pfsNode (target/section or keyword) 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 int pfsGetNoInstances(
	IntPtr node
)

Parameters

node
Type: SystemIntPtr
A pfsNode pointer

Return Value

Type: Int32
Remarks
Sections and keywords may be multiple defined. This function returns the number of times a target/section or keyword appears in the given context.
See Also