The SubsetComp13 option turns on/off the extraction for the component 13 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(“SubsetComp13”, “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 ("SubsetComp13", "True")
CommandApi.Do()
Used by: Subset
See Also