ImageGetheight()

Returns the height of image

Usage

NUMERIC = ImageGetheight( name )
Argument Summary
name the image object derived from ImageNew() or ImageRead()

Calling

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

ImageGetheight(
   name=?
);

Supports passing parameters as a structure using ArgumentCollection:

ImageGetheight( ArgumentCollection={
   name : ?
} );