EcoResAttributeType::pcCheckDefaultValueBounds Method
Determines whether a default value for the product configuration is outside the given range.
Syntax
client server public static EcoResValue pcCheckDefaultValueBounds(
AttributeDataType _dataType,
EcoResAttributeTypeRecId _attributeTypeRecId,
anytype _lowerValue,
anytype _upperValue)
Run On
Called
Parameters
- _dataType
Type: AttributeDataType Enumeration
The attribute data type.
- _attributeTypeRecId
Type: EcoResAttributeTypeRecId Extended Data Type
The attribute type record ID.
- _lowerValue
Type: anytype
The lower value.
- _upperValue
Type: anytype
The upper value.
Return Value
Type: EcoResValue Table
A default value that is outside the given range, if it exists; otherwise, nullNothingnullptrunita null reference (Nothing in Visual Basic).