How to get count of layouts of DWF-file with ADR API

How to get count of layouts of DWF-file with ADR API

Anonymous
Not applicable
381 Views
2 Replies
Message 1 of 3

How to get count of layouts of DWF-file with ADR API

Anonymous
Not applicable

Helo, experts.

Sorry if I choose incorret category, I can't find Autodesk Design Rewer pAPI category at the listbox.

My task: to count layouts in DWF file via ADR API. I can't find method in ADR API manual

 

Thanks for all

0 Likes
382 Views
2 Replies
Replies (2)
Message 2 of 3

jeremytammik
Autodesk
Autodesk

Dear Damirrevitapi,

 

I was not aware that ADR had a public API.

 

Regardless of that, if you want to count anything at all in a DWF file, I would recommend using the DWF Toolkit for that:

 

http://www.autodesk.com/developdwf

 

Cheers, 

 

Jeremy



Jeremy Tammik
Developer Technical Services
Autodesk Developer Network, ADN Open
The Building Coder

0 Likes
Message 3 of 3

Anonymous
Not applicable

Thank you for helping!

 

I found some information about ADR API.

Text from the link:"The Autodesk Design Review application programming interface (API) documentation enables you to integrate Design Review within websites and third-party applications"

 

 

Thank you for recomendation. I'll necessarily observe it. Please tell me may I work with DWF via using DWF Toolkit like this:

 

set Obj = CreateObject(SomeObject.Application)

 It's once method to connect my program with third-party technology. Maybe DWF Toolkit wil allows me to use some API?

 

0 Likes