QuickOPC User's Guide and Reference
GetTargetObject Method



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.LiveMapping.Extensions Namespace > AbstractMappingExtension Class : GetTargetObject Method
The mapping.
Determines the target object of the mapping.
Syntax
'Declaration
 
<ExtensionAttribute()>
<NotNullAttribute()>
Public Shared Function GetTargetObject( _
   ByVal abstractMapping As AbstractMapping _
) As Object
'Usage
 
Dim abstractMapping As AbstractMapping
Dim value As Object
 
value = AbstractMappingExtension.GetTargetObject(abstractMapping)
[Extension()]
[NotNull()]
public static object GetTargetObject( 
   AbstractMapping abstractMapping
)
[Extension()]
[NotNull()]
public:
static Object^ GetTargetObject( 
   AbstractMapping^ abstractMapping
) 

Parameters

abstractMapping
The mapping.

Return Value

The target object of the mapping.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also