InstanceCollectionMode Enumeration
Enum InstanceCollectionMode
          Namespace:  TwinCAT.TypeSystem.Generic
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
public enum InstanceCollectionMode
VB
Public Enumeration InstanceCollectionMode
Members
| 
                   
  | 
                   Member name  | 
                   Value  | 
                   Description  | 
|---|---|---|---|
| 
                   Names  | 
                   0  | 
                   InstanceCollection{T} is organized with InstanceNames instead of Instance Paths  | |
| 
                   Path  | 
                   1  | 
                   InstanceCollection{T} is organized with InstancePaths in a flat list  | |
| 
                   PathHierarchy  | 
                   2  | 
                   InstanceCollection{T} is organized with InstancePaths in a Hierarchy (Only Root objects appearing)  |