IProductLineModel.ApplyProduct method
Namespace: NextDesign.Core
Description
Applies the specified product.
If you change the feature model structure or the product application conditional expression after applying the product, the product application result will be recalculated by calling this method.
argument
Name | Type | Description |
---|---|---|
product | IProduct | Product. If null is specified, there is no applicable product. |
isSetCurrent | bool | Whether to set the specified product as the current product. Ignored if no product is specified. The default value when not specified is True. |
Return value
- void