This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IP > IPolylineArray Interface (ArcObjects .NET 10.5 SDK) |
Provides access to the IPolylineArray Interface.
This interface is new at ArcGIS 9.3.
Description | ||
---|---|---|
Add | Adds a polyline. | |
Count | The polyline count. | |
Element | The polyline at the specified position. | |
Insert | Adds a polyline at the specified position. | |
Remove | Removes the polyline at the specified position. | |
RemoveAll | Removes all polylines. |
CoClasses and Classes | Description |
---|---|
PolylineArray | A collection of Polyline objects. |