Close

Relief for ODA Team in Ukraine

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

Returns the list box content items. The method fills passed string arrays for displaying and exporting values of the list box and returns them to a calling subroutine. 

 

Parameters
Description
displayed_values
[out] A placeholder for displayed values of the list box items.
export_values
[out] A placeholder for exported values of the list box items.
Copyright © 2002-2022. Open Design Alliance All rights reserved.