AcadPlotConfigurationClassPaperUnits Property
 | 
Namespace: BricscadDb
Assembly: Interop.BricscadDb (in
Interop.BricscadDb.dll) Version: 24.0.0.0
Syntax
 
public virtual AcPlotPaperUnits PaperUnits { get; set; }
 
Public Overridable Property PaperUnits As AcPlotPaperUnits
        Get
        Set
 
public:
virtual property AcPlotPaperUnits PaperUnits {
        AcPlotPaperUnits get ();
        void set (AcPlotPaperUnits value);
}
 
abstract PaperUnits : AcPlotPaperUnits with get, set
override PaperUnits : AcPlotPaperUnits with get, set
 
 
 
Property Value
AcPlotPaperUnits
Implements
IAcadPlotConfigurationPaperUnits
 
See Also