Click or drag to resize

ApiLocationToolsSetImage Method

Assigns a specified image asset to a specified LocationImage object

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public void SetImage(
	ObjectProxy aLocationImage,
	ObjectProxy aImageAsset
)

Parameters

aLocationImage
Type: Articy.ApiObjectProxy
The specified LocationImage object
aImageAsset
Type: Articy.ApiObjectProxy
The specified image asset to be set
See Also