Sets new Double value of entry.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
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. |