IDataType.IsContainer Property

Gets a value indicating whether this IDataType is a container type

Namespace:  TwinCAT.TypeSystem
Assembly:  TwinCAT.Ads.Abstractions (in TwinCAT.Ads.Abstractions.dll) Version: 6.0.116+a71ced3

Syntax

C#

bool IsContainer { get; }

Property Value

Type: Boolean
true if this instance is container type; otherwise, false.

Remarks

Container Types are all types that contain SubElements like

and the Alias and Reference types, if they have a container type as base type.

Reference

IDataType Interface

TwinCAT.TypeSystem Namespace

IDataType.Category