Skip to content

Bookmark::GetNextSibling property

The GetNextSibling method returns the next peer bookmark of the current node, or NULL if the node is the last in it’s chain.

Prototype

Bookmark GetNextSibling()
Bookmark GetNextSibling() throws IGRException;
def GetNextSibling(self) -> Bookmark
Bookmark GetNextSibling()

Return value

Bookmark : The GetNextSibling method returns the next peer bookmark of the current node, or NULL if the node is the last in it’s chain.

See Also