ArcObjects Library Reference (DataSourcesFile)  

ISMStopsCollection.Add Method

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

Product Availability

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

Description

Add a stop to the end of a collection.

See Also

ISMStopsCollection Interface