Sets new Double value of entry.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void SetDoubleValue(
double value
)
Parameters
- value Double
-
Exceptions
Remarks
You should only use this method if the
StorageType property reports the type of the entry as a Double.
See Also
Reference