Experimental: this API is experimental and might be changed or removed in the future.

Group.CollectElements

Switch to Manual
public void CollectElements (HashSet<GraphElement> collectedElementSet, Func<GraphElement,bool> conditionFunc);

Parameters

collectedElementSetThe set of matching graph elements.
conditionFuncA function that determines whether a graph element is added to the set of matching graph elements.

Description

Retrieves a set of graph elements that match a specified condition. The matching graph elements are selected from this group.