StreamLinesLineWidth Option

 

The StreamLinesLineWidth option changes the line width of lines in a stream line. The OptionValue is a number between 0 and 4. This option is only available if the StreamLinesStreamMethod is set to 2.

 

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(“StreamLinesLineWidth”, “OptionValue”)

object.Do() or object.DoOnce()

 

Example

This example changes the line width for stream lines.

 

  CommandApi.Construct("ModifyModule")

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

  CommandApi.Option ("StreamLinesLineWidth", "2.1")

  CommandApi.Do()

 

Used by: StreamLines

 

 

See Also

Automation Model