The AreaUnits property returns or sets the document's surface area units. Returns MVAreaUnits.
Syntax
object.AreaUnits
object.AreaUnits = Units
Parameter |
Type |
Description |
Units |
required; unit type |
Example 1
This example converts a plot's surface area units to meters.
Plot.AreaUnits = MvAreaUnitMeters
Example 2
This example returns the current surface area units.
Debug.Print Plot.AreaUnits
Used by: PlotDocument object