Cubes > Cubes Assembly Interfaces > ICubeAttachments > ICubeAttachments.Item
Item(Index: Integer): ICubeAttachment;
Item[Index: Integer]: Prognoz.Platform.Interop.Cubes.ICubeAttachment;
Index. Index of attachment in the collection.
The Item property returns parameters of the attachment with the specified index.
The example of use is given in description of the ICubeAttachments.Attributes property.
See also: