C# Class Opc.Ua.InstanceNode

An instance node in the server address space.
Inheritance: Node
Afficher le fichier Open project: OPCFoundation/UA-.NETStandardLibrary

Méthodes publiques

Méthode Description
InstanceNode ( ILocalNode source ) : System

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

Method Details

InstanceNode() public méthode

Creates a node from another node (copies attributes - not references).
public InstanceNode ( ILocalNode source ) : System
source ILocalNode The source.
Résultat System