Checks whether
StorageType of entry is Double and the value is no less than 0.0.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool CanSetValue(
double value
)
Parameters
- value Double
-
New Double value.
Return Value
Boolean
True if
StorageType of the entry is Double and the value is finite, false otherwise.
See Also
Reference