|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface esriCurveExtension
Describes the options to be used when extending a polyline. See the IConstructCurve::ConstructExtended method.
Field Summary | |
---|---|
static int |
esriDefaultCurveExtension
By default, extension considers both ends of paths. |
static int |
esriKeepEndAttributes
If an extension is performed at an end, do not extrapolate the end-segment's attributes for the new point. |
static int |
esriNoEndAttributes
If an extension is performed at an end, do not extrapolate the end-segment's attributes for the new point. |
static int |
esriNoExtendAtFrom
Do not extend the 'from' end of any path. |
static int |
esriNoExtendAtTo
Do not extend the 'to' end of any path. |
static int |
esriRelocateEnds
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. |
Field Detail |
---|
static final int esriDefaultCurveExtension
static final int esriRelocateEnds
static final int esriKeepEndAttributes
static final int esriNoEndAttributes
static final int esriNoExtendAtFrom
static final int esriNoExtendAtTo
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |