public string ExportLibraryItems( IEnumerable<BaseLibraryItem> libraryItems, string directoryPath, string fileName )
Parameters
- libraryItems
- Library items (parts and styles) which will be exported.
- directoryPath
- Path to the directory where you want to save the exported drawing file.
- fileName
- Name of the exported file.
Return Value
Full path to the exported .hxexp file.