C# Класс Opc.Ua.InstanceNode

An instance node in the server address space.
Наследование: Node
Показать файл Открыть проект

Открытые методы

Метод Описание
InstanceNode ( ILocalNode source ) : System

Creates a node from another node (copies attributes - not references).

Описание методов

InstanceNode() публичный Метод

Creates a node from another node (copies attributes - not references).
public InstanceNode ( ILocalNode source ) : System
source ILocalNode The source.
Результат System