StreamLinesColor Option

 

The StreamLinesColor option changes the fixed color for streamlines. The OptionValue is a color name. This option is available when StreamLinesColorMethod is set to 0.

 

Syntax

object.Construct(“CreateModule”)

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

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

object.Do() or object.DoOnce()

 

object.Construct(“ModifyModule”)

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

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

object.Do() or object.DoOnce()

 

Example

This example changes the fixed color to desert blue.

 

  CommandApi.Construct("ModifyModule")

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

  CommandApi.Option ("StreamLinesColor", "Desert Blue")

  CommandApi.Do()

 

Used by: StreamLines

 

 

See Also

Automation Model