Share

AcDbLayerIndex

Class Hierarchy

AcRxObject
    AcGiDrawable
        AcDbObject
            AcDbIndex
                AcDbLayerIndex

C++

class AcDbLayerIndex : public AcDbIndex;

File

dblyindx.h

Description

This class is an index implementation especially for layers.

Notes

When using AutoCAD indexes, the INDEXCTL system variable must be set to the appropriate value. For example, INDEXCTL must be either 1 or 3 for the AutoCAD layer index. See the System Variables section of the AutoCAD Command Reference for information on INDEXCTL.

Links

AcDbLayerIndex Methods

See Also

AcDbIndex

Was this information helpful?