Set the height of the graphpage
SetHeight(Height)
GraphPage height
None
EX1
import PyOrigin gp=PyOrigin.GraphPages('Graph1') if gp.IsValid(): gp.SetHeight(8) #set height in inch print('the height of the graph page is %2.2f' % gp.GetHeight())
GraphPage::GetHeight