Interface IExporter
Exporter interface
Namespace: Unity.Industrial.Forma.Editor.UI.Service
Syntax
public interface IExporter
Methods
Export(String, Product)
Declaration
void Export(string path, Product product)
Parameters
Type | Name | Description |
---|---|---|
String | path | |
Product | product |