Symbol.SubSymbolCount Property

Gets the number of SubSymbols

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

Syntax

C#

public int SubSymbolCount { get; }

Property Value

Type: Int32
The Number of SubSymbols.

Remarks

If the SubSymbols collection is not generated yet (WeakReference), then this method is less memory and cpu consuming to use for just determining the the number of child symbols (instead of using SubSymbols.Count)/>

Reference

Symbol Class

TwinCAT.Ads.TypeSystem Namespace