Sets new Double value of entry.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since: 2022
Syntax
| C# |
|---|
public void SetDoubleValue( double value ) |
| Visual Basic |
|---|
Public Sub SetDoubleValue ( _ value As Double _ ) |
| Visual C++ |
|---|
public: void SetDoubleValue( double value ) |
Parameters
- value
- Type: System..::..Double
Remarks
You should only use this method if the StorageType property reports the type of the entry as a Double.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..InvalidOperationException | The entry has different storage type with Double, or value is not finite. |