IDimAsCalendarAttrs.ItemAttr

Fore Syntax

ItemAttr(index: integer): IDimAttribute;

Fore.NET Syntax

ItemAttr(index: integer): Prognoz.Platform.Interop.Dimensions.IDimAttribute;

Parameters

index. Attribute index.

Description

The ItemAttr property determines dictionary attribute by index.

Fore and Fore.NET Examples

The property use is analogous to the IdAttr property, but attribute index is used as a parameter instead of attribute identifier.

See also:

IDimAsCalendarAttrs