InstanceCollectionMode Enumeration
Enum InstanceCollectionMode
Namespace: TwinCAT.TypeSystem
Assembly: TwinCAT.Ads.Abstractions (in
TwinCAT.Ads.Abstractions.dll) Version:
7.0.0+e56d35ccc4675faac24789a4aab60071fc61d470
Syntax
C#
public enum InstanceCollectionModeMembers
|
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) |