DatabaseVisretain Property
|
Property that controls the precedence of layer
settings for externally referenced databases. This property
corresponds to the VISRETAIN system variable.
ValueDescriptionfalse Settings are saved in the
external reference. true Settings are saved in the current
database.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public bool Visretain { get; set; }
Public Property Visretain As Boolean
Get
Set
public:
property bool Visretain {
bool get ();
void set (bool value);
}
member Visretain : bool with get, set
Property Value
Boolean
See Also