Table of Contents

Enum Direction

Namespace
HP.LFT.SDK.AI
Assembly
HP.LFT.SDK.dll

This enum holds the values for the Position constructor, used to describe IAIObject by its position.

public enum Direction

Fields

FROM_BOTTOM = 1

From bottom

FROM_LEFT = 2

From left

FROM_RIGHT = 3

From right

FROM_TOP = 0

From top