PlotOrigin Property

Specifies the origin of the UCS, block, layout, or raster image in WCS coordinates.

See Also | Example

Signature

object.PlotOrigin

object

Layout, PlotConfiguration
The object or objects this property applies to.

PlotOrigin

Variant (two-element array of doubles); read-write
The X and Y values representing the origin relative to the lower-left corner of the media.

Remarks

The origin is offset from the media edge by the paper margin. Use the GetPaperMargins method to query the margins. The origin is given in millimeters.

Changes to this property will not be visible until after a regeneration of the drawing. Use the Regen method to regenerate the drawing.

 

   Comments?