ScrSetIcepakSimReportImageHeight

When generating Icepak reports or Icepak report data in a DC report, specifies the resolution (in pixels) of the smaller dimension of the images. For designs where the board is wider than it is tall, this corresponds to the y-resolution of the image.

UI Command:   None.
Syntax:   obj.ScrSetIcepakSimReportImageHeight(<imgHeight>)
Parameters:  

LONG imgHeight

Return Value:  

BOOL

  • 0 – Failure (invalid height)
  • 1 – Success
VB Example:  

obj.ScrSetIcepakSimReportImageHeight(1024)

IPY Example:  

oDoc.ScrSetIcepakSimReportImageHeight(1024)