calling a drawing from the vault within VB.NET

calling a drawing from the vault within VB.NET

Anonymous
Not applicable
924 Views
3 Replies
Message 1 of 4

calling a drawing from the vault within VB.NET

Anonymous
Not applicable

What is the vault name or procedure for getting an autoCAD drawing from the vault

example from the c drive I use:

 

g_acadDoc = m_AcadApp.Documents.Open("C:\VAULT_WIP\DWG\L324532.dwg")

 

What would you use instead of C:\ 

0 Likes
925 Views
3 Replies
Replies (3)
Message 2 of 4

Redmond.D
Autodesk
Autodesk

You call DownloadFile, which gives you a byte array.  You can then save the array to any location on disk that you want.  See the VaultFileBrowser sample in the SDK for an example of a download.



Doug Redmond
Software Engineer
Autodesk, Inc.

0 Likes
Message 3 of 4

Anonymous
Not applicable

Isn't there a way to map the database as a drive letter?  or server path?  It would be so much easier for programmers.

 

In other EMDS you can map the main vault as a drive letter i.e V:\

0 Likes
Message 4 of 4

Redmond.D
Autodesk
Autodesk

Autodesk.Connectivity.Explorer.ExtensibilityTools.dll has some utilities to help with this.

There is a DownloadFile function which will download to the user's working folder location.



Doug Redmond
Software Engineer
Autodesk, Inc.

0 Likes