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


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

ISMStopsCollection Interface

Deprecated as of 10.1. Provides access to the collection of route stops.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Represents the collection of route stops.

Members

Name Description
Method Add Adds a stop to the end of collection.
Method Clear Removes all stops from the collection.
Read-only property Count The number of stops in the collection.
Method Insert Inserts a stop at the specified position in the collection.
Read-only property Item The stop at the specified position in the collection.
Method Remove Removes the stop at the specified position in the collection.

Classes that implement ISMStopsCollection

Classes Description
SMStopsCollection Deprecated as of 10.1. The collection of route stops.