Sets new Double value of entry.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void SetDoubleValue( double value )
Parameters
- value Double
Exceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | The entry has different storage type with Double, or value is not finite. |
