PFSDllWrapperpfsGetName Method |
Return the 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 pfsGetName(
IntPtr node
)
Public Shared Function pfsGetName (
node As IntPtr
) As String
public:
static String^ pfsGetName(
IntPtr node
)
static member pfsGetName :
node : IntPtr -> string
Parameters
- node
- Type: SystemIntPtr
A pfsNode pointer
Return Value
Type:
String
Remarks
The function returns the name of a target/section or a keyword as it appears in a parameter file. If pfsNode refers to a section definition written [Axis_definition], pfsGetName(Node) returns the string Axis_definition, and if pfsNode refers to a keyword definition written AxisLimits = 7, 9, 0.1 pfsGetName returns the string AxisLimits.
See Also