|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Identifies different stop options for an IEnumCurve iterator.
This enumerator is used by IEnumcurve::StopOptions and IEnumcurve::StopReason.
Note: These options are only used for multipart polyline/polygon.
esriCurveIteratorNoStop: With this option the enumerator will not stop at end points of parts.
esriCurveIteratorStopAtPartFrom: With this option the enumerator will stop at part fromPoints if the it crosses those points while enumerating.
esriCurveIteratorStopAtPartTo: With this option the enumerator will stop at part toPoints if the it crosses those points while enumerating.
esriCurveIteratorStopAtPartEndPoints: With this option the enumerator will stop at part fromPoints and toPoints if the it crosses those points while enumerating.
esriCurveIteratorStopAtCurveEnd: Option not currently used
| Field Summary | |
static int |
esriCurveIteratorNoStop
|
static int |
esriCurveIteratorStopAtCurveEnd
|
static int |
esriCurveIteratorStopAtPartEndPoints
|
static int |
esriCurveIteratorStopAtPartFrom
|
static int |
esriCurveIteratorStopAtPartTo
|
| Field Detail |
public static final int esriCurveIteratorNoStop
public static final int esriCurveIteratorStopAtPartFrom
public static final int esriCurveIteratorStopAtPartTo
public static final int esriCurveIteratorStopAtPartEndPoints
public static final int esriCurveIteratorStopAtCurveEnd
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||