InstanceCollectionMode Enumeration

Enum InstanceCollectionMode

Namespace:  TwinCAT.TypeSystem
Assembly:  TwinCAT.Ads.Abstractions (in TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229

Syntax

C#

public enum 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)

Reference

TwinCAT.TypeSystem Namespace