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