public void ExportData( Project oProject, string strFileName, string strLanguage, HarnessService.FilterMode nFilterMode, IEnumerable<string> colFilterValues )
public: void ExportData( Project^ oProject, String^ strFileName, String^ strLanguage, HarnessService.FilterMode nFilterMode, IEnumerable<String^>^ colFilterValues )
Parameters
| Parameter Name | Description |
|---|---|
| oProject | Project of which the Harness data will be exported. |
| strFileName | Full name of the output file. |
| strLanguage | Language used during the export operation, e.g. de_DE, en_EN, etc. |
| nFilterMode | Defines the scope of export. |
| colFilterValues | Specifies the filter criteria for given filtering mode. Collection can contain wire harness names. |