Symbol.SubSymbolCount Property

Gets the number of SubSymbols

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

Syntax

C#

public int SubSymbolCount { get; }

VB

Public ReadOnly Property SubSymbolCount As Integer
    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