IMetaAttributeParamItems.FindByKey

Syntax

FindByKey(StubKey: Integer): IMetaAttributeParamItem;

Parameters

StubKey - key of the parameter, by which search is executed.

Description

The FindByKey method finds by key and returns parameter data if being successfully found.

Comments

If the parameter is not found, the method returns Null.

See also:

IMetaAttributeParamItems