Open Core Interface - MLPI
MLPI-MotionLogicProgrammingInterface(mlpi4COM)  1.26.2
IReadContainers Interface Reference

Inherits IDispatch.

Collaboration diagram for IReadContainers:
Collaboration graph

Properties

IReadContainer Item ([in] VARIANT containerId) [get]
 

Detailed Description

Definition of the IReadContainers interface which is a collection of IReadContainer objects.

Use the IReadContainers interface to get the references of an IReadContainer object. IReadContainer objects are referenced by their name. Use any string identifier to access the corresponding buffer. If the container does not exist, it will be created.

Note
The created container is bound to the connection and cannot be shared between different connections.

Definition at line 74 of file IReadContainers.idl.

Property Documentation

IReadContainer IReadContainers::Item([in] VARIANT containerId)
get

This property returns a IReadContainer object given by name of the container.

Parameters
[in]containerIdThe name (e.g. "myContainer1") of the container to get or create the interface.
[out]ppModuleReturns the IReadContainer object of the given container.
Returns
Return value indicating success (>=0) or error (<0).

The documentation for this interface was generated from the following file: