RanorexRanorex Documentation
FindRefineMode Enumeration
NamespacesRanorex.CoreFindRefineMode
Mode for GetChildLineageFromPoint(Point, FindRefineMode%) search postprocessing.
Declaration Syntax
C#Visual BasicVisual C++
public enum FindRefineMode
Public Enumeration FindRefineMode
public enum class FindRefineMode
Members
MemberDescription
None
No additional search is needed.

SearchHierarchy
An additional search is needed and the assumption should be made that the hierarchical relationship of elements in the search is reflected by their geometric structure.

SearchAll
An additional search is needed and no assumption should be made regarding the relationship of the elements in the search and their geometric structure.

ContinueForeignChildren
Indicates that the found lineage/element is unusable and that the search should instead be continued on children of the current flavor element that have a foreign flavor.

SearchForElement
Specifies that the returned lineage FlavorElement at the specified point should be searched in the flavor subtree by using the CanReplace(FlavorElement) method.

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 3.2.3.16825 (3.2.3.16825)