Library | Module

Class pfcUDFVariantDimension



Description

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



Property Summary

numberDimensionValue
The dimension value.



Method Summary

static pfcUDFVariantDimensionCreate (string Name, number DimensionValue)
Specifies the value of the dimension the user must supply to place the UDF.



Property Detail


numberDimensionValue

The dimension value.





Method Detail


static pfcUDFVariantDimensionCreate (string Name, number DimensionValue)

Specifies the value of the dimension the user must supply to place the UDF.

Used as a component of pfcUDFCustomCreateInstructions .
Parameters:
Name
The name given to the dimension by the UDF.
DimensionValue
The dimension value.
Returns:
Instance of the UDFVariantDimension object.