Revit 2025.3 API
Color |
Checks whether StorageType of entry is Integer.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool CanSetValue( int value )
Public Function CanSetValue ( value As Integer ) As Boolean
public: bool CanSetValue( int value )
member CanSetValue : value : int -> bool
Parameters
- value Int32
- New Integer value.
Return Value
BooleanTrue if StorageType of the entry is Integer, false otherwise.
See Also