OpcNodeReferenceExportOptions Class

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

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

C#

public class OpcNodeReferenceExportOptions


Inheritance Object › OpcNodeReferenceExportOptions

Name Description
OpcNodeReferenceExportOptions Initializes a new instance of the OpcNodeReferenceExportOptions class.
Name Description
OmitHasDescription Gets or sets a value indicating whether bidirectional node references of the type HasDescription are to be omitted on child nodes, because of the unidirectional definition by its parent node is preferred.
OmitHasEncoding Gets or sets a value indicating whether bidirectional node references of the type HasEncoding are to be omitted on parent nodes, because of the unidirectional definition by its child node is preferred.
OmitHasSubtype Gets or sets a value indicating whether bidirectional node references of the type HasSubtype are to be omitted on parent nodes, because of the unidirectional definition by its child node is preferred.