QuickOPC User's Guide and Reference
NodePathTemplateString Property (DAItemIdTemplateAttribute)



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.LiveMapping Namespace > DAItemIdTemplateAttribute Class : NodePathTemplateString Property
The template string for node path. Only used with OPC XML.
Syntax
'Declaration
 
<CanBeNullAttribute()>
Public ReadOnly Property NodePathTemplateString As String
'Usage
 
Dim instance As DAItemIdTemplateAttribute
Dim value As String
 
value = instance.NodePathTemplateString
[CanBeNull()]
public string NodePathTemplateString {get;}
[CanBeNull()]
public:
property String^ NodePathTemplateString {
   String^ get();
}
Remarks

Null is allowed, because it allows to disable the template use from certain level onwards.

Following macros can be used in template strings:

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