Namespace:
Autodesk.Revit.DB.ExtensibleStorage
ContainerType
Enumeration
Description:
An enumerated type indicating if the field represents a single value or a container of multiple values.
An enumerated type indicating if the field represents a single value or a container of multiple values.
ContainerType Enumeration Members:
| Name | Description |
|---|---|
| 0 | One instance of the value included directly |
| 1 | An expandable array of values |
| 2 | An ordered map from keys to values |