OPC Labs EasyOPC Forms
UADataDialog Object
Members 
OpcLabs_EasyOpcForms ActiveX DLL : UADataDialog Object
Description
Displays a dialog box from which the user can select an OPC-UA data node (a Data Variable or a Property).

 

ProgId: OpcLabs.EasyOpc.UA.Forms.Browsing.UADataDialog
CLSID (Class ID): f444999e-af8e-4ea8-a425-786b468b1380
Default interface: OpcLabs.EasyOpc.UA.Forms.Browsing.ComTypes._UADataDialog
Event source interface:

 

For more information, see UADataDialog and OpcLabs.EasyOpc.UA.Forms.Browsing.ComTypes._UADataDialog in .NET Reference.

Object Model

UADataDialog ObjectEasyUAClientSelector ObjectEasyUAInstanceParameters ObjectEasyUAAdaptableParameters ObjectUAEndpointDescriptor ObjectUACertificateAcceptancePolicy ObjectUAEndpointSelectionPolicy ObjectNetworkSecurity ObjectPkiCertificate ObjectUserIdentity ObjectUANodeDescriptor ObjectUABrowsePath ObjectUANodeDescriptor ObjectUANodeId ObjectUANodeElement ObjectUAQualifiedName ObjectUABrowsePath ObjectUANodeId ObjectUANodeId ObjectUANodeDescriptor ObjectUANodeId ObjectUANodeDescriptor ObjectUABrowsePath ObjectUANodeDescriptor ObjectUANodeId Object

Remarks

For remarks, see UADataDialog and OpcLabs.EasyOpc.UA.Forms.Browsing.ComTypes._UADataDialog in .NET Reference.

Object creation

_UADataDialogPtr UADataDialogPtr(__uuidof(UADataDialog));
UADataDialog := CoUADataDialog.Create;
var UADataDialog = new ActiveXObject("OpcLabs.EasyOpc.UA.Forms.Browsing.UADataDialog");
UADataDialog := CoUADataDialog.Create;
$UADataDialog = Win32::OLE->new("OpcLabs.EasyOpc.UA.Forms.Browsing.UADataDialog");
$UADataDialog = new COM("OpcLabs.EasyOpc.UA.Forms.Browsing.UADataDialog");
OLEObject UADataDialog
UADataDialog = CREATE OLEObject
UADataDialog.ConnectToNewObject("OpcLabs.EasyOpc.UA.Forms.Browsing.UADataDialog")
UADataDialog = win32com.client.Dispatch('OpcLabs.EasyOpc.UA.Forms.Browsing.UADataDialog')
Dim UADataDialog As New OleObject ("OpcLabs.EasyOpc.UA.Forms.Browsing.UADataDialog")
Dim UADataDialog As New UADataDialog
UADataDialog = CREATEOBJECT("OpcLabs.EasyOpc.UA.Forms.Browsing.UADataDialog")
Dim UADataDialog As New UADataDialog
Dim UADataDialog: Set UADataDialog = CreateObject("OpcLabs.EasyOpc.UA.Forms.Browsing.UADataDialog")
UADataDialog := CreateObject("OpcLabs.EasyOpc.UA.Forms.Browsing.UADataDialog")
Interfaces
InterfaceDescription
Internal.

 

IID (Interface ID): 3dba1256-f61e-4a70-b54c-6b5d37aab4dd

 

For more information, see _FormCommonDialog in .NET Reference.

 
Internal.

 

IID (Interface ID): 2d1a7708-b1e5-41a5-963f-8e7afbcc6e86

 

For more information, see _SizableCommonDialog in .NET Reference.

 

IID (Interface ID): b86e59f2-f1e2-389d-b5f1-c55307c8106e

 

For more information, see IComponent in .NET Reference.

 

IID (Interface ID): 805d7a98-d4af-3f0f-967f-e5cf45312d2c

 

For more information, see IDisposable in .NET Reference.

A dialog for OPC-UA.

 

IID (Interface ID): f0500dd4-7228-4834-b1c2-b84a3ccee0cd

 

For more information, see _UADialog in .NET Reference.

Example

For examples, see UADataDialog in .NET Reference.

See Also

UADataDialog Members