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