FilterDoubleRule.RuleValue Property

FilterDoubleRuleRuleValue Property

The user-supplied value against which values from a Revit document will be tested.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public double RuleValue { get; set; }
Public Property RuleValue As Double
	Get
	Set
public:
property double RuleValue {
	double get ();
	void set (double value);
}
member RuleValue : float with get, set

Property Value

Double
Exceptions
ExceptionCondition
ArgumentException When setting this property: The given value for ruleValue is not finite -or- When setting this property: The given value for ruleValue is not a number
See Also