IMetaAttributesSet.FindByKind

Syntax

FindByKind(kKind: MetaAttributeKind; [StartIndex: Integer = 0]): IMetaAttribute;

Parameters

kKind - attribute type.

StartIndex - start index. Optional parameter, default value is 0.

Description

The FindByKind method searches an attribute by type.

See also:

IMetaAttributesSet