DatabaseLayerEval Property
|
Property that controls when the list of
unresolved layers is checked for analysis. This property
corresponds to the LAYEREVAL system variable.
ValueDescription0 No checking 1 Checks when new
external reference layers are added 2 Checks when any new layers
are added
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public int LayerEval { get; set; }
Public Property LayerEval As Integer
Get
Set
public:
property int LayerEval {
int get ();
void set (int value);
}
member LayerEval : int with get, set
Property Value
Int32
See Also