Provides access to the collection of geographic points.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
Represents the collection of geographic points.
Members
Description | ||
---|---|---|
Add | Adds a point to the end of the collection. | |
Clear | Removes all points from the collection. | |
Count | Number of points in the collection. | |
Insert | Inserts a point in the collection at the specified position. | |
Item | Represents the point in the collection at the specified position. | |
Remove | Removes a point from the collection at the specified position. |
CoClasses that implement ISMPointsCollection
CoClasses and Classes | Description |
---|---|
SMPointsCollection | The collection of geographic points. |