Share

AllowedValues Enumeration

A range of allowed values.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public enum AllowedValues

Members

Member nameValueDescription
All1 All values are allowed.
NonNegative0 Only non-negative values are allowed. A tolerance of 1.0e-9 is used, so very small negative numbers are accepted.
Positive2 Only positive values are allowed. A tolerance of 1.0e-9 is used, so very small positive numbers are rejected.

See Also

Reference

Was this information helpful?