Method ImportAndConfigure
ImportAndConfigure(string, IEnumerable<FormaDataRow>)
Imports the CAD Data and then applies the Configuration as defined in the supplied imported Forma data file.
Declaration
public Task<IEnumerable<Product>> ImportAndConfigure(string filePath, IEnumerable<FormaDataRow> formaDataRows)
Parameters
Type | Name | Description |
---|---|---|
string | filePath | The filesystem path to the Forma data source file. |
IEnumerable<FormaDataRow> | formaDataRows |
Returns
Type | Description |
---|---|
Task<IEnumerable<Product>> | Product. |