SymbolIterator.T..Mask Property

Gets or sets the SymbolIterationMask

Namespace:  TwinCAT.TypeSystem.Generic
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 4.3.0.0

Syntax

C#

public SymbolIterationMask Mask { get; set; }

VB

Public Property Mask As SymbolIterationMask
    Get
    Set

Property Value

Type: SymbolIterationMask
The mask.

Remarks

This property can be used for prefiltering the iterator without using a predicate function.

Reference

SymbolIterator.T. Class

TwinCAT.TypeSystem.Generic Namespace