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


ISMPointsCollection Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IS > ISMPointsCollection Interface
ArcGIS Developer Help

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

Name 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.

Classes that implement ISMPointsCollection

Classes Description
SMPointsCollection Deprecated as of 10.1. The collection of geographic points.

.NET Samples

StreetMap routing