ReferenceType.IsPrimitive Property

Gets a value indicating whether this IDataType is primitive

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

Syntax

C#

public override bool IsPrimitive { get; }

VB

Public Overrides ReadOnly Property IsPrimitive As Boolean
    Get

Property Value

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

Implements

IDataType.IsPrimitive
IDataType.IsPrimitive

Reference

ReferenceType Class

TwinCAT.Ads.TypeSystem Namespace