Symbol.SubSymbols Property

Gets the SubSymbols of the ISymbol

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

Syntax

C#

public ReadOnlySymbolCollection SubSymbols { get; }

VB

Public ReadOnly Property SubSymbols As ReadOnlySymbolCollection
    Get

Property Value

Type: ReadOnlySymbolCollection

Implements

ISymbol.SubSymbols

Remarks

Used for Array, Struct, Pointer and Reference instances. Otherwise empty

Reference

Symbol Class

TwinCAT.Ads.TypeSystem Namespace