Item(Index: Variant): IDimAttribute;
Item[Index: object]: Prognoz.Platform.Interop.Dimensions.IDimAttribute;
Index. Attribute index.
The Item property returns parameters of the attribute included into the index.
Attribute indexing is continuous and starts with zero. To get the number of attributes in the index , use the IDimIndexAttributes.Count property.
The property use is given in the example for IDimIndexAttributes.FindByKey.
See also: