Click or drag to resize
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: 16.0.0.0 (11.1.1.1111)
Syntax
public static string pfsGetName(
	IntPtr node
)

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