Describes the options to be used when extending a polyline. See the IConstructCurve::ConstructExtended method.
Constant | Value | Description |
---|---|---|
esriDefaultCurveExtension | 0 | By default, extension considers both ends of paths. The old ends remain and new points are added at the extended ends. The new points have attributes that are extrapolated from adjacent existing segments. |
esriRelocateEnds | 1 | If an extension is performed at an end, relocate the end point to the new position instead of leaving the old point and adding a new point at the new position. |
esriKeepEndAttributes | 2 | If an extension is performed at an end, do not extrapolate the end-segment's attributes for the new point. Instead, make its attributes the same as the current end. Incompatible with esriNoAttributes. |
esriNoEndAttributes | 4 | If an extension is performed at an end, do not extrapolate the end-segment's attributes for the new point. Instead, make its attributes be empty. Incompatible with esriKeepAttributes. |
esriNoExtendAtFrom | 8 | Do not extend the 'from' end of any path. |
esriNoExtendAtTo | 16 | Do not extend the 'to' end of any path. |