child_nodes property

child_nodes property

Returns collections of all child nodes of current node. Read-only ISmartArtNodeCollection.

Definition:

@property
def child_nodes(self):
    ...

See Also