TcAdsSymbolInfo.TryGetPointerRef Method
Gets the Base data type of the pointer (the referenced type)
Namespace: TwinCAT.Ads
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
public bool TryGetPointerRef(
out string referencedType
)
VB
Public Function TryGetPointerRef (
<OutAttribute> ByRef referencedType As String
) As Boolean
Parameters
referencedType |
Type: System.String. |
Return Value
Type: Boolean
true if XXXX, false otherwise.