.NET
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

SAving DWG in Autocad 2013

3 REPLIES 3
SOLVED
Reply
Message 1 of 4
tecnotab
748 Views, 3 Replies

SAving DWG in Autocad 2013

I use this code for Autocad 2010 to 2012


{code}

public void MySave()
{
Document doc = Application.....MdiActiveDocument;
object oAcadDoc = doc.AcadDocument;
oAcadDoc.GetType().InvokeMember( "Save",
BindingFlags.InvokeMethod, null, oAcadDoc, null);
}

 

But this not function in Autocad 2013.

 

Can you help me ?

Tags (1)
3 REPLIES 3
Message 2 of 4
Alfred.NESWADBA
in reply to: tecnotab

Hi,

 

>> But this not function in Autocad 2013.

Why? What happens?

 

- alfred -

------------------------------------------------------------------------------------
Alfred NESWADBA
Ingenieur Studio HOLLAUS ... www.hollaus.at ... blog.hollaus.at ... CDay 2024
------------------------------------------------------------------------------------
(not an Autodesk consultant)
Message 3 of 4
tecnotab
in reply to: Alfred.NESWADBA

I convert it in :


1>            Dim disegnoAcad As Object = _
2>               Application.DocumentManager.MdiActiveDocument
3>
4>            disegno.GetType.InvokeMember( _
5>                    "Save", Reflection.BindingFlags.InvokeMethod, _
6>                    Nothing, disegnoAcad, Nothing _
7>                    )


But on row 7 recive error :

Metod not find

Autodesk.AutoCAD.ApplicationServices.Document.Save

 

Message 4 of 4
tecnotab
in reply to: tecnotab

This is OK Dim disegnoAcad As Object = _ Autodesk.AutoCAD.ApplicationServices.DocumentExtension.GetAcadDocument( _ Application.DocumentManager.MdiActiveDocument) disegnoAcad.GetType.InvokeMember( _ "Save", Reflection.BindingFlags.InvokeMethod, _ Nothing, disegnoAcad, Nothing _ )

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk DevCon in Munich May 28-29th


Autodesk Design & Make Report

”Boost