| Name | Type | Description |
|---|---|---|
| OffsetX |
Double
|
Specifies the horizontal distance to offset the duplicated shape range. |
| OffsetY |
Double
|
Specifies the vertical distance to offset the duplicated shape range. |
Sub Test() Dim sr As ShapeRange Set sr = ActiveLayer.FindShapes(, cdrCurveShape) Set sr = sr.Duplicate sr.ApplyNoFill sr.SetOutlineProperties 0.1 sr.Group End Sub