I'm unfamiliar with the .NET API for ProjectWise (PW). Assuming that a user has just opened a DGN file using PW, how do I obtain PW's project ID and file ID using .NET?
If that's not possible using .NET can I use C++?
I'm new to PW Api, I was looking on the c++ samples (mymenu) in the SDK folder. Is there a way to add menu from C#? Online posts are too old, just checking if anything new came.
Thanks
During a prior Communities update links to some files were disassociated.
Please refer to the unsupported "ProjectWiseCSharpSamples.zip" attached at the bottom of this response: Call for a simple C# example to show the login dialog
HTH, Bob
I'm currently looking at the feasibility of using the Orchestration Framework (Bentley Automation Services/ ICS for PDF) for document publishing etc. from/to document repositories in addition to ProjectWise.
I am looking for more detailed documentation…
Hello,
I am new to ProjectWise programming and currently trying to have an existing C# based application connect to and communicate with ProjectWise Web Server (V8i).
For now, the app extension will need to log in to the Web Server, read documents…
Hi, guys.
Is there a simple way to copy all the environment attributes of a file to another? I could do that using some tricks with Databse Triggers, but i don't want to do it. What I want is to do it using Project Wise SDK.
Thanks in advance!
Hello Bentley Community,
This is my very first post and I believe it wont be the last, hope we can get along well and that I can help other members along the way. I've done a series of changes in 'docprop' sample project to learn and to customize it…
Hi everyone,
I've hit a bit of a brick wall and I am running out of clues on how else to debug this problem. In a nutshell, I've got C# wrapper classes written around the ProjectWise API and in turn, this library is consumed and used by an MVC3 web…