Share

AcDbDatabase::setSortEnts

C++

Acad::ErrorStatus setSortEnts(
    Adesk::UInt8 sortEnts
);

Description

Sets the database's SORTENTS system variable to the value of sortEnts.

Note

The SORTENTS system variable is deprecated, and its documentation has been removed from the AutoCAD Command Reference. It remains available in AutoCAD for legacy purposes. New applications should use the DRAWORDERCTL system variable, which supersedes SORTENTS.

Returns Acad::eOk if successful.

Parameters

Parameters Description
sortEnts Input SORTENTS value

Links

AcDbDatabase Class

Was this information helpful?