SymbolSubSymbolCount Property
Gets the number of SubSymbols
Namespace: TwinCAT.Ads.TypeSystem
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 7.0.0+e56d35ccc4675faac24789a4aab60071fc61d470
Syntax
C#
public int SubSymbolCount { get; }Property Value
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)/>