IMsTransformObjectList.FindByKey

Syntax

FindByKey(Key: Integer): IMsTransformObject;

Parameters

Key. Key of the searched object in the collection.

Description

The FindByKey method finds object in the collection by its key.

Comments

If the object with specified key is not found, the method returns Null.

See also:

IMsTransformObjectList