SubsetComp9 Option

 

The SubsetComp9 option turns on/off the extraction for the component 9 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(“SubsetComp9”, “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 ("SubsetComp9", "True")

  CommandApi.Do()

 

Used by: Subset

 

 

See Also

Automation Model