IMetabaseCustomClassOperations.FindByKey

Syntax

FindByKey(Key: Integer): IMetabaseCustomClassOperation;

Parameters

Key - key of an operation.

Description

The FindByKey method searches an operation in the collection by key.

In case of successful search the method returns parameters of an operation, otherwise it returns Null.

See also:

IMetabaseCustomClassOperations