QuickOPC User's Guide and Reference
UndefineMapping Method



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.LiveMapping Namespace > AbstractMapper Class : UndefineMapping Method
The mapping to be undefined.
Undefines a specified mapping.
Syntax
'Declaration
 
Public Sub UndefineMapping( _
   ByVal mapping As AbstractMapping _
) 
'Usage
 
Dim instance As AbstractMapper
Dim mapping As AbstractMapping
 
instance.UndefineMapping(mapping)
public void UndefineMapping( 
   AbstractMapping mapping
)
public:
void UndefineMapping( 
   AbstractMapping^ mapping
) 

Parameters

mapping
The mapping to be undefined.
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