Library | Module

Interface IpfcUDFVariantDimension



Description

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



Property Summary

PropertyDimensionValueas Double
The dimension value.



Method Summary

FunctionCCpfcUDFVariantDimension.Create (Name as String, DimensionValue as Double) as IpfcUDFVariantDimension
Specifies the value of the dimension the user must supply to place the UDF.



Property Detail


PropertyDimensionValueas Double

The dimension value.





Method Detail


FunctionCCpfcUDFVariantDimension.Create (Name as String, DimensionValue as Double) as IpfcUDFVariantDimension

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

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