SymbolIterationMask Enumeration
Mask Flagset to specify filters for SymbolIterator.T..
Namespace: TwinCAT.TypeSystem.Generic
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
[FlagsAttribute]
public enum SymbolIterationMask
VB
<FlagsAttribute>
Public Enumeration 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 |