IMetaAttributesSet.FindByValuesObject

Fore Syntax

FindByValuesObject(ObjectKey: Integer): IMetaAttribute;

Fore.NET Syntax

FindByValuesObject(ObjectKey: integer): Prognoz.Platform.Interop.Rds.IMetaAttribute;

Parameters

ObjectKey. Key of the object, to which attribute Refers.

Description

The FindByValuesObject method searches an attribute by object key, to which the attribute refers.

Fore and Fore.NET Examples

The method use is given in the example for IMetaDictionary.AttributeMnemoNamings.

See also:

IMetaAttributesSet