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

Group.CollectElements

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

Parámetros

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

Descripción

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