| Name | Type | Description |
|---|---|---|
| Offset |
Double
|
Specifies, in document units, the offset of the point. 5. |
| OffsetType | Specifies the offset type, and returns cdrSegmentOffsetType. |
|
| SegmentOffset |
Double
|
Specifies the offset of the subpath segment. |
Sub Test() Dim seg As Segment Set seg = ActiveShape.Curve.Subpaths(1).GetSegmentAt(0.5, cdrRelativeSegmentOffset) seg.Type = cdrLineSegment End Sub