VolRenderLabelFormatPostfix Option

 

The VolRenderLabelFormatPostfix option sets the postfix for the label in the legend for the VolRender module. The OptionValue is the desired postfix label

 

Syntax

object.Construct(“CreateModule”)

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

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

object.Do() or object.DoOnce()

 

object.Construct(“ModifyModule”)

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

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

object.Do() or object.DoOnce()

 

Example

This example changes the label postfix for the legend.

 

  CommandApi.Construct ("ModifyModule")

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

  CommandApi.Option ("VolRenderLabelFormatPostfix", "-post")

  CommandApi.Do()

 

Used by: VolRender module

 

 

See Also

Automation Model