cancel
Showing results for 
Search instead for 
Did you mean: 
EN
cancel
Showing results for 
Search instead for 
Did you mean: 
chenjie
Newcomer

Why ACAPI_Navigator_GetNavigatorChildrenItems (API_NavigatorItem* item, GS::Array<API_NavigatorItem>

Why ACAPI_Navigator_GetNavigatorChildrenItems (API_NavigatorItem* item, GS::Array<API_NavigatorItem>* items) The order of the returned items does not match the actual order, for example, in the View Mapping Navigator, the actual order of a folder is a plan view and a section view, but the order of the items returned is a section view and a plan view

2 Replies 2
Tamas Polyak
Graphisoft
Graphisoft

Hi,

 

I'm looking into it, and I'll come back with an answer soon.

 

Regards,

Tamás

Tamas Polyak
Graphisoft
Graphisoft

Hi,

I've looked into the code, and the order it gets the child items is the physical order, while on the UI it is sorted to be in a different order. You can sort it to the same order in your code. Please refer to the Navigator_Test example project of the API Development Kit.

 

Regards,

Tamás

Didn't find the answer?

Check other topics in this Forum

Back to Forum

Read the latest accepted solutions!

Accepted Solutions

Start a new conversation!