Author:Oleg
Posted: Fri Apr 15, 2016 3:57 pm (GMT+1)
Look at:
APIDb_GetCurrentDatabaseID
APIDb_ChangeCurrentDatabaseID
APIDo_ChangeWindowID
Usual steps, if current database is not floor plan:
Go to story and floor pan:
Posted: Fri Apr 15, 2016 3:57 pm (GMT+1)
Look at:
APIDb_GetCurrentDatabaseID
APIDb_ChangeCurrentDatabaseID
APIDo_ChangeWindowID
Usual steps, if current database is not floor plan:
- Keep current database ( APIDb_GetCurrentDatabaseID )
Set floor plan database (ChangeCurrentDatabaseID )
Do floor plan updates ( like ACAPI_Element_Change )
Restore keeped database (ChangeCurrentDatabaseID )
Go to story and floor pan:
- Activate floor plan window (APIDo_ChangeWindowID)
Go to story (APIStory_GoTo)