DatabaseDgnFrame Property
|
Property that represents visibility and
plotting of the DGN frame. This property corresponds to the
DGNFRAME system variable. This property can have the following
values: Value Description 0 Not visible and not plotted. 1 Visible
and plotted. 2 Visible but not plotted.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public int DgnFrame { get; set; }
Public Property DgnFrame As Integer
Get
Set
public:
property int DgnFrame {
int get ();
void set (int value);
}
member DgnFrame : int with get, set
Property Value
Int32
See Also