Share via


EcoResAttributeType::pcCheckDefaultValueBoundsServer Method

Determines whether a default value for the product configuration is outside the given range.

Syntax

server private static EcoResValue pcCheckDefaultValueBoundsServer(
    AttributeDataType _dataType, 
    EcoResAttributeTypeRecId _attributeTypeRecId, 
    anytype _lowerValue, 
    anytype _upperValue)

Run On

Server

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