VB.NET - Export to DXF Help (R
Hey,Does anyone know the format or syntax of exporting to dxf in VB.Net?
Autodesk.Revit.CADExportOptions
Or just some help on VB.Net will work!
Thanks,
Matt I'm not sure about Revit but with most Autodesk products you can use something like the following.
Call oDrawDoc.SaveAs(oPath & "\PDF\" & oName & ".pdf", True)
页:
[1]