OpcSimpleAttributeOperand Members

Namespace: Opc.UaFx
Assemblies: Opc.UaFx.Advanced.dll, Opc.UaFx.Advanced.dll
The OpcSimpleAttributeOperand type exposes the following members.

OpcSimpleAttributeOperand(OpcNodeId)

C#

public OpcSimpleAttributeOperand(OpcNodeId nodeId)


Parameters

nodeId OpcNodeId



Exceptions

ArgumentNullException


OpcSimpleAttributeOperand(OpcNodeId, OpcAttribute)

C#

public OpcSimpleAttributeOperand(OpcNodeId nodeId, OpcAttribute attribute)


Parameters

nodeId OpcNodeId


attribute OpcAttribute



Exceptions

ArgumentNullException


OpcSimpleAttributeOperand(OpcNodeId, OpcAttribute, OpcName[])

C#

public OpcSimpleAttributeOperand(OpcNodeId nodeId, OpcAttribute attribute, params OpcName[] nodePathElements)


Parameters

nodeId OpcNodeId


attribute OpcAttribute


nodePathElements OpcName[]



Exceptions

ArgumentNullException


OpcSimpleAttributeOperand(OpcNodeId, OpcAttribute, OpcNamePath)

C#

public OpcSimpleAttributeOperand(OpcNodeId nodeId, OpcAttribute attribute, OpcNamePath nodePath)


Parameters

nodeId OpcNodeId


attribute OpcAttribute


nodePath OpcNamePath



Exceptions

ArgumentNullException


OpcSimpleAttributeOperand(OpcNodeId, OpcName[])

C#

public OpcSimpleAttributeOperand(OpcNodeId nodeId, params OpcName[] nodePathElements)


Parameters

nodeId OpcNodeId


nodePathElements OpcName[]



Exceptions

ArgumentNullException


Attribute

C#

public OpcAttribute Attribute { get; }


Property Value

OpcAttribute

NodeId

C#

public OpcNodeId NodeId { get; }


Property Value

OpcNodeId

NodePath

C#

public OpcNamePath NodePath { get; }


Property Value

OpcNamePath