Provides access to members that allow efficient construction of sequential subcurves along a polyline or polygon. Note: the IEnumCurve interface has been superseded byIEnumCurve2. Please consider using the more recent version.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
| Description | ||
|---|---|---|
|  | Clone | Returns a copy of this enumerator positioned at the same segment. | 
|  | CurveDistance | The current distance from the start of the curve. | 
|  | GetSubcurve | Extracts a portion of this curve into a new curve. | 
|  | Next | Moves iterator to a specified distance along the curve. | 
|  | PartIndex | The current part index. | 
|  | Reset | Resets the iterator to the start of the curve. | 
|  | Segment | The segment covering the current distance of this curve iterator. | 
|  | SegmentDistance | The distance within the current segment of the current distance of this curve iterator. | 
|  | SegmentIndex | The current segment index within the current part. | 
|  | StopOptions | Stop options for the distance iterator. | 
|  | StopReason | The reason for the current position of the distance iterator. |