Public Sub Export( _ ByVal circuitNames As IEnumerable(Of String), _ ByVal circuitExportOptions As CircuitExportOptions, _ ByVal outputFolderPath As Uri _ )
public void Export( IEnumerable<string> circuitNames, CircuitExportOptions circuitExportOptions, Uri outputFolderPath )
Parameters
- circuitNames
- The names of the circuits to export.
- circuitExportOptions
- The options that will describe how the circuit will be exported.
- outputFolderPath
- The output folder/directory that will contain information about the exported content.