How can I add the PW path to a drawing Boder in Autocad. Our PW is not currently configured to allow titleblock integration. I was asumming there would be a way to do it with Text Fields or Rtext. I can get the local file path but would prefer to show the PW path? any suggestions ? This is a multi discplined project so the solutions should be easily managed from the Border file. Also not utilizing sheet set manager. Sorry for all the limitations but it's what i have to work with?
Thanks
The issue is getting the correct data out of the database. There is an SDK function that retrieves the path for a project (folder) id. You could get the local path, extract the current directory, then use that "code" to find the project(folder) in projectwise. Then use that Id to locate the document. then you could use the Projec Id to generate the path and append the filename or name to the end. Depending on the customization you wrote, you could take that result and fill a block or a spreadsheet or a text file depending on how you want to do it.
Does anyone know if there are updates for this question? We are using a tool that inputs the "DWGPREFIX" variable and it displays the working directory path. We would like the actual PW path to be displayed if possible without a lot of custom programming.