API Documentation > Classes > Class pfcUDFVariantPatternParam
Class pfcUDFVariantPatternParam
Description
This class specifies the name of the pattern parameter the user must supply to place the UDF.
Direct Parent Classes:
User Guide References:
Property Summary
number
The parameter name
Method Summary
Create (string Name, number PatternParam)
Specifies the name of the pattern parameter the user must supply to place the UDF.
Property Detail
number
PatternParam
The parameter name
Method Detail
Create
(string Name, number PatternParam)
Specifies the name of the pattern parameter the user must supply to place the UDF.
Used as a component of pfcUDFCustomCreateInstructions .
Parameters:
Name
The name given to the pattern parameter by the UDF.
PatternParam
The parameter value
Returns:
Instance of the UDFVariantPatternParem object.
User Guide References:
Was this helpful?