Value Property


Value of the property.

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

Syntax

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

Exceptions

ExceptionCondition
Autodesk.Revit.ExceptionsArgumentException When setting this property: The input value is invalid for this AssetPropertyDistance property.
Autodesk.Revit.ExceptionsInvalidOperationException 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 →