This document is archived and information here might be outdated.  Recommended version.


IPolylineArray Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IP > IPolylineArray Interface
ArcGIS Developer Help

IPolylineArray Interface

Provides access to the IPolylineArray Interface.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

This interface is new at ArcGIS 9.3.

Members

Name Description
Method Add Adds a polyline.
Read-only property Count The polyline count.
Read-only property Element The polyline at the specified position.
Method Insert Adds a polyline at the specified position.
Method Remove Removes the polyline at the specified position.
Method RemoveAll Removes all polylines.

Classes that implement IPolylineArray

Classes Description
PolylineArray A collection of Polyline objects.