Skip to main content

IProductLineModel.ExportAppliedProject Method

Namespace: NextDesign.Core

Description

Exports the project with the specified product applied to the specified path.
The exported project will be in the following state:

  • Profile is the same as the source
  • Only valid model elements and editors for the specified product exist
  • No product line model (feature model, configuration model)
  • No unit splitting

Argument

NameTypeDescription
productIProductProduct.
Null cannot be specified.
exportProjectPathstringPath to output the project.
Please specify an absolute path.

Return value

  • void

Exception

NameException ClassDescription
Invalid ArgumentExtensionArgumentExceptionWhen the extension of the specified project's output path is not supported
Invalid OperationExtensionInvalidOperationExceptionWhen there is a model whose parent model has not been loaded due to partial loading