C++
enum CoordAxis { kX = 0, kY = 1, kZ = 2 };
File
acdb.h
Description
The header file acdbabb.h contains const definitions for the CoordAxis values so that they can be used without the "AcDb::" scope resolution qualifier. This should only be used when you are certain there will be no name conflicts.