Revit 2025.3 API
Asset |
value of the property
Namespace: Autodesk.Revit.DB.Visual
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public string Value { get; set; }
Public Property Value As String Get Set
public: property String^ Value { String^ get (); void set (String^ value); }
member Value : string with get, set
Property Value
String
Exception | Condition |
---|---|
ArgumentException | When setting this property: The input value is invalid for this AssetPropertyString property. |
ArgumentNullException | When setting this property: A non-optional argument was null |
InvalidOperationException | When setting this property: The asset property is not editable. |
See Also