OpcTranslatePathResult Members

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

Command

Gets the OpcTranslatePath instance from that this OpcTranslatePathResult originates from.

C#

public OpcTranslatePath Command { get; }


Property Value

OpcTranslatePath

The OpcTranslatePath instance from which the OpcTranslatePathResult originates.

Description

Gets the localized description of the result represented.

C#

public override OpcText Description { get; }


Property Value

OpcText

The localized description from that the result has been created if neither a null reference (Nothing in Visual Basic) nor empty; otherwise the description associated with the Code.

NodeId

Gets the first target identifier which matches the type definition.

C#

public OpcNodeId NodeId { get; }


Property Value

OpcNodeId

An instance of the OpcNodeId class representing the first target identifier which matches the type definition or a null reference (Nothing in Visual Basic) if NodeIds does not contain any target identifier.

NodeIds

Gets a read-only collection of target identifiers resolved.

C#

public OpcReadOnlyNodeIdCollection NodeIds { get; }


Property Value

OpcReadOnlyNodeIdCollection

An instance of the OpcReadOnlyNodeIdCollection class with the target identifiers resolved.