Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdPage::getDropDownLists Method
Syntax
C++
void getDropDownLists(OdDropDownListPtrArray& drop_down_lists, OdRectArray& locations) const;

Returns all drop-down lists that the page contains and their locations. The method fills two passed arrays with drop-down list objects and their locations, then returns these arrays to a calling subroutine. 

 

Parameters
Description
drop_down_lists
[out] A placeholder for the page drop-down lists array.
locations
[out] A placeholder for the drop-down list locations array.
OdDropDownList class.
Copyright © 2002-2022. Open Design Alliance All rights reserved.