DatabaseDrawOrderCtl Property
|
Property that controls the display update and
inheritance of draworder when using certain editing commands. This
property corresponds to the DRAWORDERCTL system variable. The
following commands are affected by DRAWORDERCTL: BREAK, EXPLODE,
FILLET, HATCH, HATCHEDIT, JOIN, OFFSET, PEDIT, and TRIM. * With
Draworder Inheritance on, entities created with these commands
assume the draw order of the original objects. * With Draworder
Inheritance off, they assume the default draworder (top). * With
Display Update on, entities created with the aforementioned editing
commands are displayed correctly according to their Draworder. *
With Display Update off, they are displayed on top, until the next
regeneration. ValueDraworder InheritanceDisplay
Update0 Off Off 1 Off On 2 On Off 3 On On
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public byte DrawOrderCtl { get; set; }
Public Property DrawOrderCtl As Byte
Get
Set
public:
property unsigned char DrawOrderCtl {
unsigned char get ();
void set (unsigned char value);
}
member DrawOrderCtl : byte with get, set
Property Value
Byte
See Also