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