Enum ProximityVisualRelation
The distance or hierarchical location of the related test object relative to the object to identify.
See the Help Center for more details on VRI.
Namespace: HP.LFT.SDK
Assembly: HP.LFT.SDK.dll
Syntax
public enum ProximityVisualRelation
Fields
| Name | Description |
|---|---|
| ClosestOnBothAxes | The related test object is the closest object on both the x- and y- axes to the test object to identify. |
| ClosestOnXAxis | The related test object is the closest object on the x-axis to the test object to identify. |
| ClosestOnYAxis | The related test object is the closest object on the y-axis to the test object to identify. |
| Contains | The related test object contains the test object to identify. |