SubsetComp20 Option

 

The SubsetComp20 option turns on/off the extraction for the component 20 for the Subset module. The OptionValue is True or False. True extracts the component. False turns does not extract the component..

 

Syntax

object.Construct(“ModifyModule”)

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

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

object.Do() or object.DoOnce()

 

Example

This example shows how to turn on the subset for a component in the Subset module.

 

  CommandApi.Construct ("ModifyModule")

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

  CommandApi.Option ("SubsetComp20", "True")

  CommandApi.Do()

 

Used by: Subset

 

 

See Also

Automation Model