QuickOPC User's Guide and Reference
NewTypeMappingDefinition Method (AbstractMappingProvider)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.LiveMapping Namespace > AbstractMappingProvider Class : NewTypeMappingDefinition Method
Creates a new (empty) type mapping definition for use with this mapping provider.
Syntax
'Declaration
 
<NotNullAttribute()>
Public MustOverride Function NewTypeMappingDefinition() As AbstractTypeMappingDefinition
'Usage
 
Dim instance As AbstractMappingProvider
Dim value As AbstractTypeMappingDefinition
 
value = instance.NewTypeMappingDefinition()
[NotNull()]
public abstract AbstractTypeMappingDefinition NewTypeMappingDefinition()
[NotNull()]
public:
abstract AbstractTypeMappingDefinition^ NewTypeMappingDefinition(); 

Return Value

The newly created type mapping definition.
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