Method ImportAndConfigure
ImportAndConfigure(string)
Imports the CAD Data and then applies the Configuration as defined in the supplied CSV file.
Declaration
public static Task<Product> ImportAndConfigure(string pathToCsvFile)
Parameters
| Type | Name | Description |
|---|---|---|
| string | pathToCsvFile | The filesystem path to the target csv file. |
Returns
| Type | Description |
|---|---|
| Task<Product> | Product. |