AcadPreferencesDisplayClassHistoryLines Property
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 24.0.0.0
Syntax
public virtual int HistoryLines { get; set; }
Public Overridable Property HistoryLines As Integer
Get
Set
public:
virtual property int HistoryLines {
int get ();
void set (int value);
}
abstract HistoryLines : int with get, set
override HistoryLines : int with get, set
Property Value
Int32
Implements
IAcadPreferencesDisplayHistoryLines
See Also