Table of Contents

ITMSMCPCustomCloudImageAIInstance.SetCloudImageAIProperties Method

Injects the settings view the implementation reads while building requests.

API unit family: TMS.MCP.CloudImageAI Declaring type: ITMSMCPCustomCloudImageAIInstance

Syntax

procedure SetCloudImageAIProperties(const Value: ITMSMCPCustomCloudImageAIProperties);

Remarks

Called once, immediately after the implementation is created. The implementation keeps the reference for its lifetime and releases it when it is destroyed; because the component also holds a reference to the implementation, the reference is cleared on teardown to break the cycle.

Parameters

Name Description
Value Settings view supplied by the owning component.