|  | This document is archived and information here might be outdated. Recommended version. | 
| ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IS > ISMStopsCollection Interface > ISMStopsCollection.Add Method (ArcObjects .NET 10.5 SDK) | 
Adds a stop to the end of collection.
[Visual Basic .NET] Public Sub Add ( _ ByVal pItem As SMStop _ )
[C#] public void Add ( SMStop pItem );
[C++]
HRESULT Add(
  ISMStop* pItem
);
[C++]
Parameters pItem [in]
pItem is a parameter of type ISMStop
Add a stop to the end of a collection.