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

Inherits IDispatch.

Collaboration diagram for IWriteContainers:
Collaboration graph

Properties

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

Detailed Description

Definition of the IWriteContainers interface which is a collection of IWriteContainer objects.

Use the IWriteContainers interface to get the references of a IWriteContainer object. IWriteContainer 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 73 of file IWriteContainers.idl.

Property Documentation

IWriteContainer IWriteContainers::Item([in] VARIANT containerId)
get

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

Parameters
[in]containerIdThe name (e.g. "myContainer1") of the container to get or create the interface for.
[out]ppModuleReturns the IWriteContainer 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: