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: 19.0.0.0 (11.1.1.1111)
Syntaxpublic static bool pfsIsDefaultPar(
IntPtr node
)
Public Shared Function pfsIsDefaultPar (
node As IntPtr
) As Boolean
public:
static bool pfsIsDefaultPar(
IntPtr node
)
static member pfsIsDefaultPar :
node : IntPtr -> bool
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