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