connectedComponents - What does the 'out' output table contain?

Réponse

The 'out' parameter specifies an output data table that contains summary information for each connected component, such as the component ID, the number of nodes, and the number of links in that component.
Did this answer help you?