Share

Database.SortEnts Property

Description

Accesses the current SORTENTS value for the database.

Visual Basic

Public Property SortEnts() As Integer

C#

public int SortEnts;

Conditions

Read / Write

Notes

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.

Links

Database Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?