Share

AcEdDrawOrderCmdType

C++

enum AcEdDrawOrderCmdType {
  kDrawOrderNone = 0,
  kDrawOrderBottom,
  kDrawOrderTop,
  kDrawOrderBelow,
  kDrawOrderAbove
};

File

aced.h

Description

Draw order inheritance command type.

Was this information helpful?