SymbolIterationMask Enumeration
Mask Flagset to specify filters for SymbolIterator.T..
Namespace: TwinCAT.TypeSystem
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 6.0.328+39e3229
Syntax
C#
[FlagsAttribute]
public enum SymbolIterationMask
Members
|
Member name |
Value |
Description |
---|---|---|---|
None |
0 |
Uninitialized / None | |
Structures |
1 |
Iterates over Subelements of Structs | |
Arrays |
2 |
Iterates over Elements of Arrays | |
Unions |
4 |
Iterates over Subelements of Unions | |
Pointer |
8 |
Iterates over Pointer SubElements | |
References |
16 |
Iterates over References | |
All |
31 |
Iterates over All Complex/Combined types | |
AllWithoutArrayElements |
29 |
Iterates over All Complex/Combined types excluding Array elements |