DatabaseSortEnts Property
|
Property that controls the object sort order.
This property corresponds to the SORTENTS system variable. SORTENTS
will be a combination of the following:
ValueDescription0 No sorting 1 Object selection
sorting 2 Object snap sorting 4 Clears all checkboxes 8 MSLIDE
command sorting 16 REGEN command sorting 32 Plotting sorting 64
Clears all checkboxes
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public int SortEnts { get; set; }
Public Property SortEnts As Integer
Get
Set
public:
property int SortEnts {
int get ();
void set (int value);
}
member SortEnts : int with get, set
Property Value
Int32
See Also