Ich habe den Code ausschnitt wo ich export Optionen definiere:
Code: If DWGAddIn.HasSaveCopyAsOptions(oDocument, oContext, oOptions) Then ' Set the options for what types of data to write out. oOptions.Value("Solid") = True ' Output solids. oOptions.Value("Surface") = False ' Output surfaces. oOptions.Value("Sketch") = False ' Output sketches. oOptions.Value("USE TRANSMITTAL") = "No" oOptions.Value("Use_Transmittal") = "No"
' Set the DWG version. ' 23 = ACAD 2000 - AC1015 ' 25 = ACAD 2004 - AC1018 ' 27 = ACAD 2007 ' 29 = ACAD 2010 - AC1024 oOptions.Value("DwgVersion") = 25 End If
Wie sage ich da das ich nur das aktuelle Blatt exportieren will und nicht alle...
Ja das wäre auch meine Idee gewesen dann später, aber ich will ja nicht immer nur das erste drucken sondern immer das was ich aktuell anschaue/offen habe. Da bin ich dann aber angestanden wie ich das herausbekomme welche Nummer das aktuelle hat.
------------------ Grüße aus Wien Philipp Email: Base64 Encoded: cGhpcHNfOTJAeWFob28uZGU=