Click or drag to resize
PFSDllWrapperpfsIsDefaultPar Method
Indicates if the pfsNode passed as argument refers to a default parameter definition.

Namespace: DHI.PFS
Assembly: DHI.PFS (in DHI.PFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
public static bool pfsIsDefaultPar(
	IntPtr node
)

Parameters

node
Type: SystemIntPtr
A pfsNode pointer

Return Value

Type: Boolean
Remarks
The substitution of default parameters is transparent, so a parameter which is designated default is also designated one of the simple types.
See Also