Library | Module

Class pfcUDFVariantPatternParam



Description

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



Property Summary

numberPatternParam
The parameter name



Method Summary

static pfcUDFVariantPatternParamCreate (string Name, number PatternParam)
Specifies the name of the pattern parameter the user must supply to place the UDF.



Property Detail


numberPatternParam

The parameter name





Method Detail


static pfcUDFVariantPatternParamCreate (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.