SymbolsLoadMode Enumeration
Enum SymbolsLoadMode
Namespace: TwinCAT
Assembly: TwinCAT.Ads.Abstractions (in
TwinCAT.Ads.Abstractions.dll) Version:
7.0.0+e56d35ccc4675faac24789a4aab60071fc61d470
Syntax
C#
public enum SymbolsLoadModeMembers
|
Member name |
Value |
Description |
|---|---|---|
|
Flat |
0 |
Loads the Symbols organized as Flat List |
|
VirtualTree |
1 |
Loads the Symbols organized as Virtual tree (Symbol Parent - Child relationships) |
|
DynamicTree |
2 |
Loads the Symbols as a Virtual tree with Dynamic Symbols (Only available within versions > 4.X of this ADS Api) |