DatabaseXrefEditEnabled Property
|
Property that controls if this database, when
an Xref, can be edited in-place. This property corresponds to the
XEDIT system variable. ValueDescriptiontrue Not
edited in-place. false Edited in-place.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public bool XrefEditEnabled { get; set; }
Public Property XrefEditEnabled As Boolean
Get
Set
public:
property bool XrefEditEnabled {
bool get ();
void set (bool value);
}
member XrefEditEnabled : bool with get, set
Property Value
Boolean
See Also