RVTDocs.com

ContainerType

Enumeration
Description:
An enumerated type indicating if the field represents a single value or a container of multiple values.
Syntax
public enum ContainerType
ContainerType Enumeration Members:
Name Description
0 One instance of the value included directly
1 An expandable array of values
2 An ordered map from keys to values