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


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

IPointArray 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 point.
Read-only property Count The point count.
Read-only property Element Returns the point at the specified position.
Method Insert Adds a point at the specified position.
Method Remove Removes the point at the specified position.
Method RemoveAll Removes all points.

Classes that implement IPointArray

Classes Description
PointArray