| Name | Type | Description |
|---|---|---|
| Plane | ||
| ReferencePoint | Specifies the reference point for the conversion. |
|
| ApplyToDuplicate |
Boolean
|
Specifies whether to apply the conversion to a duplicate, leaving the original shape unchanged. |
Sub Test() Dim shp1 As Shape Set shp1 = ActiveLayer.CreateRectangle2(0,0,10,20) shp1.Project cdrProjectTop, cdrProjectRight End Sub