AssetPropertyBooleanValue Property |
The value of the property.
Namespace: Autodesk.Revit.DB.VisualAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic bool Value { get; set; }
Public Property Value As Boolean
Get
Set
public:
property bool Value {
bool get ();
void set (bool value);
}
member Value : bool with get, set
Property Value
Boolean
ExceptionsException | Condition |
---|
ArgumentException |
When setting this property: The input value is invalid for this AssetPropertyBoolean property.
|
InvalidOperationException |
When setting this property: The asset property is not editable.
|
See Also