Revit 2017.1 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: 17.0.0.0 (17.0.1090.0)
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 |