Share

TextVertMode

C++

enum TextVertMode {
  kTextBase = 0,
  kTextBottom = 1,
  kTextVertMid = 2,
  kTextTop = 3
};

File

acdb.h

Members

Members Description
kTextBase TV_BASE
kTextBottom TV_BOT
kTextVertMid TV_MID
kTextTop TV_TOP

Description

The header file acdbabb.h contains const definitions for the TextVertMode 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.

Was this information helpful?