IDataType.IsPointer Property
Gets a value indicating whether this IDataType is a pointer type
Namespace: TwinCAT.TypeSystem
Assembly: TwinCAT.Ads.Abstractions (in
TwinCAT.Ads.Abstractions.dll) Version: 6.0.116+a71ced3
Syntax
C#
bool IsPointer { get; }
Property Value
Type: Boolean
true if this instance is pointer type;
otherwise, false.
Remarks
Pointer types can be dereferenced with the '^' operator.