DatabaseShowHist Property
|
Property that controls the History display for
solids in a drawing. This property corresponds to the SHOWHIST
system variable. ValueDescription0 Hides all history.
1 Uses the individual solid Show History properties. 2 Displays all
history.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public int ShowHist { get; set; }
Public Property ShowHist As Integer
Get
Set
public:
property int ShowHist {
int get ();
void set (int value);
}
member ShowHist : int with get, set
Property Value
Int32
See Also