Show / Hide Table of Contents

Enum ChangeDirection

Values that represent change directions.

Namespace: tt_net_sdk
Assembly: tt-net-api.dll
Syntax
public enum ChangeDirection

Fields

Name Description
Down

An enum constant representing the down option.

NoChange

An enum constant representing the no change option.

Unknown

An enum constant representing the unknown option.

Up

An enum constant representing the up option.

In this article
Back to top