IInstance.IsPointer Property
Indicates that the IInstance represents a Pointer type (Pointer TO)
Namespace: TwinCAT.TypeSystem
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
bool IsPointer { get; }
VB
ReadOnly Property IsPointer As Boolean
Get
Property Value
Type: Boolean
true if is ReferenceTo, otherwise
false.