AcadPreferencesOutputClassUseLastPlotSettings Property
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.0.0.0
Syntax
public virtual bool UseLastPlotSettings { get; set; }
Public Overridable Property UseLastPlotSettings As Boolean
Get
Set
public:
virtual property bool UseLastPlotSettings {
bool get ();
void set (bool value);
}
abstract UseLastPlotSettings : bool with get, set
override UseLastPlotSettings : bool with get, set
Property Value
Type:
Boolean
Implements
IAcadPreferencesOutputUseLastPlotSettings
See Also