ContainerType Enumeration


An enumerated type indicating if the field represents a single value or a container of multiple values.

Namespace: Autodesk.Revit.DB.ExtensibleStorage
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.0.0.405)

Syntax

C#
public enum ContainerType
Visual Basic
Public Enumeration ContainerType
Visual C++
public enum class ContainerType

Members

Member name Description
Simple One instance of the value included directly
Array An expandable array of values
Map An ordered map from keys to values

See Also