Origin Property |
Specifies the origin of the UCS, block, layout, hatch, or raster image in WCS coordinates.
Signature
object.Origin
object
Block,
Hatch, Layout, PlotConfiguration,
Raster, UCS
The object or objects this property applies to.
Origin
Variant (three-element array of doubles);
read-write
A 3D WCS coordinate specifying the origin of the object.
For the Layout and PlotConfiguration objects:
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
Layout, PlotConfiguration: 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 paper units. The units can be queried or set with the PaperUnits property.
Hatch: This property is the origin coordinates for the pattern of the hatch entity.
Comments? |