Class ImportCSV
Implements
Inherited Members
Namespace: Unity.Industrial.Configurator.Importers.csv.Editor
Assembly: solution.dll
Syntax
[ConfiguratorImporter]
public class ImportCSV : IDisposable
Fields
| Name | Description |
|---|---|
| importFolder | A static reference to the filesystem folder that contains the CSV file and supporting data. |
| productPrefab | A static reference to the Product Prefab that is actively being configured in the PrefabStage. |
Methods
| Name | Description |
|---|---|
| CanImport(string) | Determines whether this instance can import the specified path. |
| Dispose() | Ensured that prefab workflow is completed properly as long as this class is instantiated in a using statement.
|
| ImportAndConfigure(string) | Imports the CAD Data and then applies the Configuration as defined in the supplied CSV file. |