Skip to content

Bookmark::GetFirstChild property

The GetFirstChild method returns the first child bookmark of the current node, or NULL if the node contains no children.

Prototype

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

Return value

Bookmark : The GetFirstChild method returns the first child bookmark of the current node, or NULL if the node contains no children.

See Also