SymbolsLoadMode Enumeration
Enum SymbolsLoadMode
          Namespace:  TwinCAT
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
public enum SymbolsLoadMode
VB
Public Enumeration SymbolsLoadMode
Members
| 
                   
  | 
                   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)  |