ArcObjects Library Reference (DataSourcesFile)  

ISMPointsCollection Interface

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
Method Add Adds a point to the end of the collection.
Method Clear Removes all points from the collection.
Read-only property Count Number of points in the collection.
Method Insert Inserts a point in the collection at the specified position.
Read-only property Item Represents the point in the collection at the specified position.
Method 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)