GetObjectsResult GetObjects(OdId tParent, OdsFilt tFilter, [GetObjectsArg tArg])
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.
The GetObjects operation returns information about repository objects that satisfy the specified selection criteria.
To execute the operation, specify the following parameters:
Moniker of the container object, within which the objects are searched and filtered.
Parameters for filtering objects.
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:
Name.
Key.
Identifier.
Class identifier.
Indication that this object is a label.
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: