Hi guys
I'm using VS + C# for my Add-on
I create my new document by this code:
Document myDocument = myVisioApplication.Documents.Add("MyTemplateFile.vst");
and it create new document for me but the default name of this document is Drawing1.vsdx , Drawing2.vsdx , ....
How can I set another name for that without saving?
Regards
Danesh