DatabaseDwfFrame Property
|
Property that controls the visibility and
plotting of the DWF underlay frame. This property corresponds to
the DWFFRAME system variable. * 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 int DwfFrame { get; set; }
Public Property DwfFrame As Integer
Get
Set
public:
property int DwfFrame {
int get ();
void set (int value);
}
member DwfFrame : int with get, set
Property Value
Int32
See Also