| Revit 2020 API |
| ContainerType Enumeration |
| See Also |
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: 20.0.0.0 (20.0.0.377)
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 |