OPC Studio User's Guide and Reference
AbstractMappingSource Class
Members 



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.LiveMapping Namespace : AbstractMappingSource Class
An abstract mapping source.
Syntax
'Declaration
 
<CLSCompliantAttribute(True)>
<ComVisibleAttribute(False)>
<TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
Public MustInherit Class AbstractMappingSource 
   Inherits OpcLabs.BaseLib.Object2
   Implements OpcLabs.BaseLib.ComTypes._Object2 
'Usage
 
Dim instance As AbstractMappingSource
[CLSCompliant(true)]
[ComVisible(false)]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
public abstract class AbstractMappingSource : OpcLabs.BaseLib.Object2, OpcLabs.BaseLib.ComTypes._Object2  
[CLSCompliant(true)]
[ComVisible(false)]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
public ref class AbstractMappingSource abstract : public OpcLabs.BaseLib.Object2, OpcLabs.BaseLib.ComTypes._Object2  
Inheritance Hierarchy

System.Object
   OpcLabs.BaseLib.Object2
      OpcLabs.BaseLib.LiveMapping.AbstractMappingSource
         OpcLabs.EasyOpc.LiveMapping.CommonMappingSource
         OpcLabs.EasyOpc.UA.LiveMapping.UAMappingSource

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