C# Syntax
public enum ProximityVisualRelation : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
HP.LFT.SDK.ProximityVisualRelation