DatabaseLayerNotify Property
|
Property that controls when an alert is
displayed for unresolved layers. This property corresponds to the
LAYERNOTIFY system variable. ValueDescription0 Do not
display alerts. 1 Display any alerts when printing. 2 Display any
alerts when opening drawings. 4 Display any alerts when working
with external references (attaching, loading, reloading). 8 Display
any alerts when restoring layer states. 16 Display any alerts when
saving drawings. 32 Display any alerts when inserting blocks.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public int LayerNotify { get; set; }
Public Property LayerNotify As Integer
Get
Set
public:
property int LayerNotify {
int get ();
void set (int value);
}
member LayerNotify : int with get, set
Property Value
Int32
See Also