OpcNodeExportOptions Class

Namespace: Opc.UaFx
Assemblies: Opc.UaFx.Advanced.dll

Provides the setup used to collect the metadata of a node to export.

C#

public class OpcNodeExportOptions


Inheritance Object › OpcNodeExportOptions

Name Description
OpcNodeExportOptions Initializes a new instance of the OpcNodeExportOptions class.
Name Description
Default Gets the default export options used to collect the metadata of a node to export.
Encoding Gets the setup used to control the encoding results of a node being exported.
OmitDescription Gets or sets a value indicating whether the Description attribute of a node is to be omitted in case it is ordinal-equals to the value of the DisplayName attribute of a node being exported.
OmitSymbolicName Gets or sets a value indicating whether the SymbolicName information of a node is to be omitted in case it is ordinal-equals to the value of the DisplayName attribute of a node being exported.
Parental Gets or sets the parental information used to describe the ways the metadata of a node shall refer to the parent of the node being exported.
References Gets the setup used to collect the metadata of the references used by a node being exported.