DatabaseRegenmode Property
|
Property that controls automatic regeneration.
This property corresponds to the REGENMODE system variable.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public bool Regenmode { get; set; }
Public Property Regenmode As Boolean
Get
Set
public:
property bool Regenmode {
bool get ();
void set (bool value);
}
member Regenmode : bool with get, set
Property Value
Boolean
See Also