Share

AcDb::IndexCreation Enumeration

C++

enum IndexCreation {
  kNoIndex = 0,
  kIndexByLayer = 1,
  kIndexSpatially = 2
};

File

acdb.h

Members

Members Description
kNoIndex No layer or spatial indexes are created
kIndexByLayer Indexing by Layer is enabled
kIndexSpatially Spatial indexing is enabled

Description

This enum supports the INDEXCTL header variable. Fields are bit-coded and can be OR'd together using a bitwise OR.

Was this information helpful?