Revit 2026 API
Asset |
The value of the property.
Namespace: Autodesk.Revit.DB.Visual
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public int Value { get; set; }
Public Property Value As Integer Get Set
public: property int Value { int get (); void set (int value); }
member Value : int with get, set
Property Value
Int32| Exception | Condition |
|---|---|
| ArgumentException | When setting this property: The input value is invalid for this AssetPropertyInteger property. |
| InvalidOperationException | When setting this property: The asset property is not editable. |
See Also