AllowedValues Enumeration


A range of allowed values.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0)
Since: 2014
Since: 2014

Syntax

C#
public enum AllowedValues
Visual Basic
Public Enumeration AllowedValues
Visual C++
public enum class AllowedValues

Members

Member name Description
NonNegative Only non-negative values are allowed. A tolerance of 1.0e-9 is used, so very small negative numbers are accepted.
All All values are allowed.
Positive Only positive values are allowed. A tolerance of 1.0e-9 is used, so very small positive numbers are rejected.

See Also

ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →