Table of Contents

TTMSMCPCloudAIImages.Items Property

Provides indexed access to the reference images in the collection.

API unit family: TMS.MCP.CloudImageAI Declaring type: TTMSMCPCloudAIImages Type: TTMSMCPCloudAIImage

Syntax

property Items[Index: Integer]: TTMSMCPCloudAIImage;

Remarks

This is the default array property, so the collection can be indexed directly. The items are owned by the collection; assigning through this property copies the source item's content into the existing item rather than replacing it.

Parameters

Name Description
Index Zero-based position of the item to access.