API Documentation > Interface Classes > Class pfcUDFVariantPatternParam
Class pfcUDFVariantPatternParam

# include <pfcUDFCreate.h>

class
pfcUDFVariantPatternParam
: public virtual
pfcUDFVariantValue
{
xdeclare(pfcUDFVariantPatternParam)
...
};
This is a
COMPACT class.

Description
This class specifies the name of the pattern parameter the user must supply to place the UDF.
User Guide References:
Methods Inherited from Class pfcUDFVariantValue::
Method Summary
Create (xrstring Name, xint PatternParam)
Specifies the name of the pattern parameter the user must supply to place the UDF.
void
The parameter name
Method Detail
GetPatternParam
()
void
SetPatternParam
(xint value)
The parameter name
Create
(xrstring Name, xint PatternParam)
Specifies the name of the pattern parameter the user must supply to place the UDF.
Used as a component of pfcUDFCustomCreateInstructions .
User Guide References:
Parameters:
Name
The name given to the pattern parameter by the UDF.
PatternParam
The parameter value
Returns:
Instance of the UDFVariantPatternParem object.
Was this helpful?