OPC Labs Base Library
ComponentParameters Object
Members 
OpcLabs_BaseLib ActiveX DLL : ComponentParameters Object
Description
Contains parameters that influence the behavior of a generic component.

 

ProgId: OpcLabs.BaseLib.ComponentParameters
CLSID (Class ID): 4f33a51f-93b9-4ed3-ac6b-9aa9ca2b773b
Default interface: OpcLabs.BaseLib.ComTypes._ComponentParameters
Event source interface:

 

For more information, see ComponentParameters and OpcLabs.BaseLib.ComTypes._ComponentParameters in .NET Reference.

Object Model

ComponentParameters ObjectConfigurationPartCollection CollectionPluginSetupCollection CollectionPluginSetup Object

Remarks

For remarks, see ComponentParameters and OpcLabs.BaseLib.ComTypes._ComponentParameters in .NET Reference.

Object creation

_ComponentParametersPtr ComponentParametersPtr(__uuidof(ComponentParameters));
ComponentParameters := CoComponentParameters.Create;
var ComponentParameters = new ActiveXObject("OpcLabs.BaseLib.ComponentParameters");
ComponentParameters := CoComponentParameters.Create;
$ComponentParameters = Win32::OLE->new("OpcLabs.BaseLib.ComponentParameters");
$ComponentParameters = new COM("OpcLabs.BaseLib.ComponentParameters");
OLEObject ComponentParameters
ComponentParameters = CREATE OLEObject
ComponentParameters.ConnectToNewObject("OpcLabs.BaseLib.ComponentParameters")
ComponentParameters = win32com.client.Dispatch('OpcLabs.BaseLib.ComponentParameters')
Dim ComponentParameters As New OleObject ("OpcLabs.BaseLib.ComponentParameters")
Dim ComponentParameters As New ComponentParameters
ComponentParameters = CREATEOBJECT("OpcLabs.BaseLib.ComponentParameters")
Dim ComponentParameters As New ComponentParameters
Dim ComponentParameters: Set ComponentParameters = CreateObject("OpcLabs.BaseLib.ComponentParameters")
ComponentParameters := CreateObject("OpcLabs.BaseLib.ComponentParameters")
Interfaces
InterfaceDescription
 

 

IID (Interface ID): 0cb251a7-3ab3-3b5c-a0b8-9ddf88824b85

 

For more information, see ICloneable in .NET Reference.

An object that holds information.

 

IID (Interface ID): b9103dfd-bace-4392-afb0-ff2bfc9c7ab7

 

For more information, see _Info in .NET Reference.

 

IID (Interface ID): d0eeaa62-3d30-3ee2-b896-a2f34dda47d8

 

For more information, see ISerializable in .NET Reference.

A common base class.

 

IID (Interface ID): 9b164457-eef8-4736-bae7-531d45ea2751

 

For more information, see _Object2 in .NET Reference.

Base class for parameter objects, providing functionality such as standard names.

 

IID (Interface ID): 6d244bf5-d5df-409a-85a2-7bc8c14ef351

 

For more information, see _Parameters in .NET Reference.

Example

For examples, see ComponentParameters in .NET Reference.

See Also

ComponentParameters Members