G
genc ymeri
Hi,
I'm opening a drawing document in a C#form with this command :
AxDrawing.src = "filenane"
How can I "close" or unload this drawing document from my Axdrawing object
????? I tried the below commands but none of them worked :
thanks in advance.
PS:
==============
AxDrawing.src ="";
AxDrawing.refresh;
===============
AxDrawing.close();
AxDrawing.document.close();
===================
I'm opening a drawing document in a C#form with this command :
AxDrawing.src = "filenane"
How can I "close" or unload this drawing document from my Axdrawing object
????? I tried the below commands but none of them worked :
thanks in advance.
PS:
==============
AxDrawing.src ="";
AxDrawing.refresh;
===============
AxDrawing.close();
AxDrawing.document.close();
===================