BoundingBoxLabelSize Option

 

The BoundingBoxLabelSize option changes the size of the BoundingBox labels. The OptionValue is set to any number between 4 and 72.

 

Syntax

object.Construct(“CreateModule”)

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

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

object.Do() or object.DoOnce()

 

object.Construct(“ModifyModule”)

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

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

object.Do() or object.DoOnce()

 

Example

This example shows how to change the bounding box label size.

 

  CommandApi.Construct ("ModifyModule")

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

  CommandApi.Option ("BoundingBoxLabelSize", "12")

  CommandApi.Do()

 

Used by: BoundingBox module

 

 

See Also

Automation Model