Symbol.SetParent Method

Sets the parent symbol.

Namespace:  TwinCAT.Ads.TypeSystem
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 6.0.328+39e3229

Syntax

C#

public void SetParent(
    ISymbol? parent
)

Parameters

parent

Type: TwinCAT.TypeSystem.ISymbol
The parent.

Implements

IHierarchicalSymbol.SetParent(ISymbol)

Reference

Symbol Class

TwinCAT.Ads.TypeSystem Namespace