The value of the property.
Namespace: Autodesk.Revit.DB.Visual
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public double Value { get; set; }
Property Value
DoubleExceptions
Exception | Condition |
---|---|
ArgumentException | When setting this property: The input value is invalid for this AssetPropertyDouble property. |
InvalidOperationException | When setting this property: The asset property is not editable. |