AssetPropertyDoubleValue Property |
The value of the property.
Namespace: Autodesk.Revit.DB.VisualAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic double Value { get; set; }Public Property Value As Double
Get
Set
public:
property double Value {
double get ();
void set (double value);
}member Value : float with get, set
Property Value
Double
Exceptions| Exception | Condition |
|---|
| ArgumentException |
When setting this property: The input value is invalid for this AssetPropertyDouble property.
|
| InvalidOperationException |
When setting this property: The asset property is not editable.
|
See Also