Browse By Tags

  • Issue Trying to Download file with using REST API

    Fairly beginner with the API, I am trying to download a file, for now I am happy if I can download any file. What I did was: 1. Get Repositories (luckily we have only one) 2. Get Schemas instanceIds 3. For each InstanceId get a Document Class (This concept…
  • Bentley Web Services Gateway Web API - Download DWG with External References

    Hello, I am trying to set up a file download call via the API on a DWG file with external references but it only downloads the parent file. The downloaded DWG will keep insertion points for the referenced files but no geometry is included and no other…
  • Documents Menu Commands for Flat Sets that are set to Final are greyed out

    When I create a command on the Documents Menu, the command is greyed out for flat sets that have the status of "Final". Is there any flag that I can set to enable the command for objects that are final? I need to be able to extract information using…
  • I am having error on call of aaApi_Initialize(AAMODULE_ALL); function

    Hello, In my code when I call aaApi_Initialize(AAMODULE_ALL); method to initialize my custom console application it is giving me hooks related initialization errors. My code is working on one machine but it does not work on another machine because of…
  • LONG AAAPIHOOK ExecCmd( LPAACMDPARAM lpCommand ) Is not being called.

    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…