An enumerated type indicating if the field represents a single value or a container of multiple values.
Namespace: Autodesk.Revit.DB.ExtensibleStorageAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
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 |