This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IS > ISMStopsCollection Interface > ISMStopsCollection.Add Method (ArcObjects .NET 10.4 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.