Value Property


The value of the property.

Namespace: Autodesk.Revit.DB.Visual
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.2.0.0)

Syntax

C#
public bool Value { get; set; }
Visual Basic
Public Property Value As Boolean
	Get
	Set
Visual C++
public:
property bool Value {
	bool get ();
	void set (bool value);
}

Exceptions

Exception Condition
Autodesk.Revit.Exceptions ArgumentException When setting this property: The input value is invalid for this AssetPropertyBoolean property.
Autodesk.Revit.Exceptions InvalidOperationException When setting this property: The asset property is not editable.

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 →