Skip to main content

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

NameTypeDescription
productIProductProduct.
If null is specified, there is no applicable product.
isSetCurrentboolWhether 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