Method RemoveTreeInstances
RemoveTreeInstances(Predicate<GTreeInstance>)
Erase tree instances that match a condition.
public void RemoveTreeInstances(Predicate<GTreeInstance> condition)
Parameters
conditionPredicate<GTreeInstance>The condition to apply. An instances will be erased if condition returns true.