Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdDropDownList::getContents Method
Syntax
C++
void getContents(OdStringArray& displayed_values, OdStringArray& export_values) const;

Returns the current drop-down list content. The method fills the passed string arrays with display and export items respectively and returns them to a calling subroutine. 

 

Parameters
Description
displayed_values
[out] A placeholder for the array of string items to be displayed as the content of the drop-down list.
export_values
[out] A placeholder for the array of string items to be exported as the content of the drop-down list.
Copyright © 2002-2022. Open Design Alliance All rights reserved.