ITcAdsSymbol5.IsRecursive Method

Gets a value indicating whether this instance is recursive.

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

Syntax

C#

bool IsRecursive(
    IEnumerable<ITcAdsSymbol5> parents
)

VB

Function IsRecursive ( 
    parents As IEnumerable(Of ITcAdsSymbol5)
) As Boolean

Parameters

parents

Type: System.Collections.Generic.IEnumerable.ITcAdsSymbol5.
The parents.

Field Value

Type: Boolean
true if this instance is recursive; otherwise, false.

Return Value

Type: Boolean
true if the specified parents is recursive; otherwise, false.

Reference

ITcAdsSymbol5 Interface

TwinCAT.Ads Namespace