PaperUnits Property |
Specifies the units for the display of layout or plot configuration properties.
Signature
object.PaperUnits
object
Layout, PlotConfiguration
The object or objects this property applies to.
PaperUnits
acPlotPaperUnits enum; read-write
acInches
acMillimeters
acPixels
Remarks
This property determines the units for the display of the layout or plot configuration in the user interface. This property does not determine the units for input or query of the ActiveX Automation properties. All ActiveX Automation properties are represented in millimeters or radians, regardless of the units settings.
Changes to this property will not be visible until after a regeneration of the drawing. Use the Regen method to regenerate the drawing.
Comments? |