| Name | Type | Description |
|---|---|---|
| Offset |
Double
|
Specifies the offset distance, in document units, of the new node. 5. |
| OffsetType | Specifies the offset type, and returns cdrSegmentOffsetType. |
Sub Test() Dim sp As SubPath For Each sp In ActiveShape.Curve.Subpaths sp.AddNodeAt 0.5, cdrRelativeSegmentOffset Next sp End Sub