IsosurfaceLegendLabelHeight Option

 

The IsosurfaceLegendLabelHeight option changes the height of the labels for the legend for the Isosurface module. The OptionValue is a integer between 4 and 72, indicating the font size in pixels.

 

Syntax

object.Construct(“CreateModule”)

object.Option(“SourceModule”, “data file name”)

object.Option(“Type”, “Isosurface”)

object.Do() or object.DoOnce()

 

object.Construct(“ModifyModule”)

object.Option(“Module”, “Isosurface”)

object.Option(“IsosurfaceLegendLabelHeight”, “OptionValue”)

object.Do() or object.DoOnce()

 

Example

This example changes the height of labels to display for the legend.

 

  CommandApi.Construct ("ModifyModule")

  CommandApi.Option ("Module", "Isosurface")

  CommandApi.Option ("IsosurfaceLegendLabelHeight", "8")

  CommandApi.Do()

 

Used by: Isosurface

 

 

See Also

Automation Model