PFSDllWrapperpfsGetLevel Method |
Return the level in the parameter structure of the pfsNode 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 pfsGetLevel(
IntPtr node
)
Public Shared Function pfsGetLevel (
node As IntPtr
) As Integer
public:
static int pfsGetLevel(
IntPtr node
)
static member pfsGetLevel :
node : IntPtr -> int
Parameters
- node
- Type: SystemIntPtr
A pfsNode pointer
Return Value
Type:
Int32
Remarks
Targets are at level 0, sections and keywords connected to targets are at level 1 etc.
See Also