OPC Labs EasyOPC “Classic” Library
ServerElementCollection Collection
Members 
OpcLabs_EasyOpcClassic ActiveX DLL : ServerElementCollection Collection
Description
A collection of server elements (ServerElement), keyed by their URI strings.

 

ProgId: OpcLabs.EasyOpc.ServerElementCollection
CLSID (Class ID): 1c575c8d-05e2-473b-8933-36f483858985
Default interface: OpcLabs.EasyOpc.ComTypes._ServerElementCollection
Event source interface:

 

For more information, see ServerElementCollection and OpcLabs.EasyOpc.ComTypes._ServerElementCollection in .NET Reference.

Object Model

ServerElementCollection CollectionServerElement ObjectServerCategories Object

Remarks

For remarks, see ServerElementCollection and OpcLabs.EasyOpc.ComTypes._ServerElementCollection in .NET Reference.

Object creation

_ServerElementCollectionPtr ServerElementCollectionPtr(__uuidof(ServerElementCollection));
ServerElementCollection := CoServerElementCollection.Create;
var ServerElementCollection = new ActiveXObject("OpcLabs.EasyOpc.ServerElementCollection");
ServerElementCollection := CoServerElementCollection.Create;
$ServerElementCollection = Win32::OLE->new("OpcLabs.EasyOpc.ServerElementCollection");
$ServerElementCollection = new COM("OpcLabs.EasyOpc.ServerElementCollection");
OLEObject ServerElementCollection
ServerElementCollection = CREATE OLEObject
ServerElementCollection.ConnectToNewObject("OpcLabs.EasyOpc.ServerElementCollection")
ServerElementCollection = win32com.client.Dispatch('OpcLabs.EasyOpc.ServerElementCollection')
Dim ServerElementCollection As New OleObject ("OpcLabs.EasyOpc.ServerElementCollection")
Dim ServerElementCollection As New ServerElementCollection
ServerElementCollection = CREATEOBJECT("OpcLabs.EasyOpc.ServerElementCollection")
Dim ServerElementCollection As New ServerElementCollection
Dim ServerElementCollection: Set ServerElementCollection = CreateObject("OpcLabs.EasyOpc.ServerElementCollection")
ServerElementCollection := CreateObject("OpcLabs.EasyOpc.ServerElementCollection")
Interfaces
InterfaceDescription
 

 

IID (Interface ID): de8db6f8-d101-3a92-8d1c-e72e5f10e992

 

For more information, see ICollection in .NET Reference.

 

IID (Interface ID): 496b0abe-cdee-11d3-88e8-00902754c43a

 

For more information, see IEnumerable in .NET Reference.

 

IID (Interface ID): 7bcfa00f-f764-3113-9140-3bbd127a96bb

 

For more information, see IList in .NET Reference.

Example

For examples, see ServerElementCollection in .NET Reference.

See Also

ServerElementCollection Members