DatabaseSolidHist Property
|
Property that controls the default history
retention setting for all solids. When enabled, a history of the
solids comprising a composite solid is retained. This property
corresponds to the SOLIDHIST system variable.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public int SolidHist { get; set; }
Public Property SolidHist As Integer
Get
Set
public:
property int SolidHist {
int get ();
void set (int value);
}
member SolidHist : int with get, set
Property Value
Int32
See Also