GetObjects

Syntax

GetObjectsResult GetObjects(OdId tParent, OdsFilt tFilter, [GetObjectsArg tArg])

Parameters

tParent. Identifier of the container object, child objects of which are filtered.

tFilter. Filter parameters, according to which the repository objects are filtered.

tArg. The optional parameter that enables the user to determine what information on the objects must be extracted.

Description

The GetObjects operation returns information about repository objects that satisfy the specified selection criteria.

Comments

To execute the operation, specify the following parameters:

The result of the operation is a collection of descriptions of objects that satisfy the specified selection criteria.

Additionally, in the tArg parameter, the user can determine what information on the objects must be extracted. If the tArg parameter is not specified, the following information about the objects is extracted:

Example

Various methods of using this operation are given in the following examples:

Example name
Getting Object Description by its Identifier
Getting List of Objects by Class

See also:

Common Operations