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)
Syntaxpublic static int pfsGetNoInstances(
IntPtr node
)
Public Shared Function pfsGetNoInstances (
node As IntPtr
) As Integer
public:
static int pfsGetNoInstances(
IntPtr node
)
static member pfsGetNoInstances :
node : IntPtr -> int
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