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.
Syntax
public enum ContainerType
Unknown Namespace Members:
Name | Description |
---|---|
Simple | One instance of the value included directly |
Array | An expandable array of values |
Map | An ordered map from keys to values |