Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdPage::getStickyNotes Method
Syntax
C++
void getStickyNotes(OdStickyNotePtrArray& notes, OdRectArray& locations) const;

Returns an array of sticky notes which the page contains. The method fills two passed arrays with smart pointers to sticky note objects and their locations (represented with rectangles), then returns these arrays to a calling subroutine. 

 

Parameters
Description
notes
[out] A placeholder for the array of smart pointers to sticky note objects.
locations
[out] A placeholder for the array of rectangles, which represent geometry locations of sticky notes.
Copyright © 2002-2022. Open Design Alliance All rights reserved.