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
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.