| Revit 2022.1 API |
| Field..::..ContainerType Property |
| Field Class See Also |
Reports whether this is a simple field containing one value,
or a container of multiple values.
Namespace: Autodesk.Revit.DB.ExtensibleStorage
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2012
Syntax
| C# |
|---|
public ContainerType ContainerType { get; } |
| Visual Basic |
|---|
Public ReadOnly Property ContainerType As ContainerType Get |
| Visual C++ |
|---|
public: property ContainerType ContainerType { ContainerType get (); } |