Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdSlideTable::getButtons Method
Syntax
C++
void getButtons(OdString& previous_button_name, OdString& next_button_name) const;

Returns the current names of the previous and next buttons contained in the slide table. The method fills the passed string objects with previous and next button names and returns them to a calling subroutine. 

 

Parameters
Description
previous_button_name
[out] A placeholder for the previous button name.
next_button_name
[out] A placeholder for the next button name.
Copyright © 2002-2022. Open Design Alliance All rights reserved.