Canvas::AppendBookmarkRecursive method¶
Appends this bookmark and the and it's children recursively.
Prototype¶
void AppendBookmarkRecursive(Bookmark bookmark)
void AppendBookmarkRecursive(Bookmark bookmark) throws IGRException;
def AppendBookmarkRecursive(self, bookmark: Bookmark) -> void
void AppendBookmarkRecursive(Bookmark bookmark)
Parameters¶
bookmark
: Bookmark
: The bookmark to add to the output canvas.