Description

Creates a copy of an McGraphObj.

Return Type

A McGraphObj object.  

A new McGraphObj, identical to this one.

Syntax

object.Duplicate ([ShiftX], [ShiftY])

The Duplicate Method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McGraphObjLine.
ShiftXOptional. A Single value.

Shift the new object by this many pixels horizontally.

ShiftYOptional. A Single value.

Shift the new object by this many pixels vertically.

Remarks

The new object is shifted by (ShiftX,ShiftY) in image coordinates.