OPC Studio User's Guide and Reference
MappedObject Class
Members 



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.LiveMapping Namespace : MappedObject Class
A utility base class for mapped objects. Contains commonly used meta-members.
Syntax
'Declaration
 
<CLSCompliantAttribute(True)>
<ComVisibleAttribute(False)>
<TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
Public Class MappedObject 
   Inherits OpcLabs.BaseLib.Object2
   Implements OpcLabs.BaseLib.ComTypes._Object2 
'Usage
 
Dim instance As MappedObject
[CLSCompliant(true)]
[ComVisible(false)]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
public class MappedObject : OpcLabs.BaseLib.Object2, OpcLabs.BaseLib.ComTypes._Object2  
[CLSCompliant(true)]
[ComVisible(false)]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
public ref class MappedObject : public OpcLabs.BaseLib.Object2, OpcLabs.BaseLib.ComTypes._Object2  
Inheritance Hierarchy

System.Object
   OpcLabs.BaseLib.Object2
      OpcLabs.BaseLib.LiveMapping.MappedObject
         OpcLabs.EasyOpc.LiveMapping.CommonMappedNode
         OpcLabs.EasyOpc.UA.LiveMapping.UAMappedNode

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