asiSetAnalysisFormWidth
asiSetAnalysisFormWidth(o_tool x_width) =>x_width/nil
Description
Sets the width of the Choosing Analyses form. You need to add a call to this procedure to the analysis.il file if you do not want the inherited width of the analysis form.
Arguments
Value Returned
Examples
The following example sets the width of the analysis form for the XYZ simulator to 500 pixels:
asiSetAnalysisFormWidth( asiGetTool( 'XYZ ) 500 )
Related Topics
Return to top