Image.GetProperties

table Image.GetProperties (

string ObjectName )

Example 1

tProperties = Image.GetProperties("Image1");

Gets the properties from the image object 'Image1' and stores them in table tProperties.

See also: Related Actions