Click or drag to resize
IPFSBuilderAddUndefinedPar Method
Add an undefined parameter to keyword.

Undefined can mean different things for different applications, though the most common is "use default value". Before using the undefined parameter, be sure that the model/tool that uses the PFS file supports handling undefined parameters.

Restrictions: The function is only valid within the scope of a keyword.

Namespace: DHI.PFS
Assembly: DHI.PFS (in DHI.PFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
void AddUndefinedPar()
See Also