Share via


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

  • _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).

See Also

Reference

EcoResAttributeType Table