Share

AcDbGeoVerticalCoordinateSystem::AxisDirection

C++

enum AxisDirection {
  kAxisDirectionUnknown = 0,
  kAxisDirectionUp = 1,
  kAxisDirectionDown = 2
};

File

AcDbGeoCoordinateSystem.h

Members

Members Description
kAxisDirectionUnknown Specifies that the axis direction is not set.
kAxisDirectionUp Specifies that the positive direction of the axis is up.
kAxisDirectionDown Specifies that the positive direction of the axis is down.

Description

Enum used to indicate the axis direction of a vertical coordinate reference system.

Was this information helpful?