Export drawings using api

Export drawings using api

Anonymous
Not applicable
422 Views
1 Reply
Message 1 of 2

Export drawings using api

Anonymous
Not applicable

how can we set "Export views on sheet and links as external reference" to yes or no. I don’t think this is part of DWGExportOptions

DWGExportOptionsdwgExportOptions = newDWGExportOptions();

dwgExportOptions.FileVersion = ACADVersion.R2010;//exportVersion 2010 defalt value

dwgExportOptions.HideUnreferenceViewTags = true;

0 Likes
423 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable

Hi,

 

Try using the DWGExportOptions.MergedViews API.

 

I understand MergedViews setting matches with the option of 'Export views on sheet and links as external reference'.

 

Hope this helps.

 

Thanks,

Partha

0 Likes