Share via


EcoResBoundedAttributeTypeValue.isValid Method

Determines whether the value is in the domain bounds, or not.

Syntax

public boolean isValid(EcoResValue _value)

Run On

Called

Parameters

  • _value
    Type: EcoResValue Table
    The value to test whether it is in the domain bounds.

Return Value

Type: boolean
true if the value is in the domain bounds; otherwise, false.

Remarks

This method does not perform a unit of measure comparison.

See Also

Reference

EcoResBoundedAttributeTypeValue Table