Click or drag to resize
ProjectObjectFindObjects Method
Recursively finds object that satisfy a condition.

Namespace:  ABB.Robotics.RobotStudio
Assembly:  ABB.Robotics.RobotStudio (in ABB.Robotics.RobotStudio.dll) Version: 7.0.8747.636
Syntax
C#
public IEnumerable<ProjectObject> FindObjects(
	Predicate<ProjectObject> filter,
	Predicate<ProjectObject> recurse
)

Parameters

filter
Type: SystemPredicateProjectObject
Return true if the object should be returned.
recurse
Type: SystemPredicateProjectObject
Return true if the recursion should continue.

Return Value

Type: IEnumerableProjectObject
Version Information

Supported in: 1.0.0.0
See Also