StorageType Enumeration


Storage Type Enumeration

An enumerated type listing all of the internal parameter data storage types that Autodesk Revit supports.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public enum StorageType
Members
Member name Value Description
None 0 None represents an invalid storage type. This value should not be used.
Integer 1 The internal data is stored in the form of a signed 32 bit integer.
Double 2 The data will be stored internally in the form of an 8 byte floating point number.
String 3 The internal data will be stored in the form of a string of characters.
ElementId 4 The data type represents an element and is stored as the id of the element.
See Also
ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →