Deprecated as of 10.1. 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 |
Deprecated as of 10.1. The collection of geographic points. |
.NET Samples
StreetMap routing (Code Files:
RoutingForm)