GetObjects

Syntax

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

Parameters

tParent. Moniker 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 obtained.

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 operation results in the collection of descriptions of objects that satisfy the specified selection criteria.

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

Example

Various methods of using the 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