Learn to manage BIM workflows and create professional Archicad templates with the BIM Manager Program.

Archicad C++ API
About Archicad add-on development using the C++ API.

Updating view settings and schedule view settings

RobDev
Contributor

Hi all,

 

I've already got some code written to change view settings automatically using ACAPI_Navigator_ChangeNavigatorView(), however I'm experiencing crashes when trying to use the same function to update the view settings for schedule views. I'd like to just check if it's possible to update these settings using the API? I'm aware that schedules are unsupported right now (although hopefully that changes at some point in the future).

 

Thanks,

Rob

1 REPLY 1
RobDev
Contributor

Nevermind, found out that it was an issue with my method for searching the view map. I'd still like to know (if possible) whether there will be any movement on supporting schedules within the API any time soon?

 

Thanks,

Rob