Library | Module

Interface IpfcUDFVariantPatternParam



Description

This class specifies the name of the pattern parameter the user must supply to place the UDF.
Direct Parent Classes:
IpfcUDFVariantValue



Property Summary

PropertyPatternParamas Long
The parameter name



Method Summary

FunctionCCpfcUDFVariantPatternParam.Create (Name as String, PatternParam as Long) as IpfcUDFVariantPatternParam
Specifies the name of the pattern parameter the user must supply to place the UDF.



Property Detail


PropertyPatternParamas Long

The parameter name





Method Detail


FunctionCCpfcUDFVariantPatternParam.Create (Name as String, PatternParam as Long) as IpfcUDFVariantPatternParam

Specifies the name of the pattern parameter the user must supply to place the UDF.

Used as a component of IpfcUDFCustomCreateInstructions .
Parameters:
Name
The name given to the pattern parameter by the UDF.
PatternParam
The parameter value
Returns:
Instance of the UDFVariantPatternParem object.