PFSDllWrapperpfsGetNameGlb Method |
Return the global name 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 string pfsGetNameGlb(
IntPtr node
)
Public Shared Function pfsGetNameGlb (
node As IntPtr
) As String
public:
static String^ pfsGetNameGlb(
IntPtr node
)
static member pfsGetNameGlb :
node : IntPtr -> string
Parameters
- node
- Type: SystemIntPtr
A pfsNode pointer
Return Value
Type:
String
Remarks
The global name is the concatenation of the node name and the section names on higher levels separated by periods, eg Target.A_sect.B_sect.C_keyw
See Also