ImageInfo()

Returns the meta data associated with this image

Usage

STRUCTURE = ImageInfo( name )
Argument Summary
name the image object derived from ImageNew() or ImageRead()

Calling

Supports named-parameter calling allowing you to use the function like:

ImageInfo(
   name=?
);

Supports passing parameters as a structure using ArgumentCollection:

ImageInfo( ArgumentCollection={
   name : ?
} );