Skip to main content

IProductLineModel.ExportAppliedProject method

Namespace: NextDesign.Core

Description

Export 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 export source
  • Only valid model elements and editors exist for the specified product
  • No product line model (feature model, configuration model)
  • No unit division

argument

NameTypeDescription
productIProductProduct.
null cannot be specified.
exportProjectPathstringThe path to export the project.
Specify with an absolute path.

Return value

  • void

Exceptions

NameException ClassDescription
Invalid argumentExtensionArgumentExceptionIf the project save format does not correspond to the extension of the specified output path for the project
Illegal operationExtensionInvalidOperationExceptionIf there is a model whose parent model is not loaded due to partial loading