IMsTransformObjectList.FindById

Syntax

FindById(Id: String): IMsTransformObject;

Parameters

Id. Identifier of searched object.

Description

The FindById method finds object in the collection by its identifier.

Comments

If no object with specified identifier is found, the method returns Null.

See also:

IMsTransformObjectList