Checks whether StorageType of entry is Integer.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public bool CanSetValue( int value )
Parameters
- value Int32
- New Integer value.
Return Value
BooleanTrue if StorageType of the entry is Integer, false otherwise.