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


ISMStopsCollection.Insert Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesFile)  

ISMStopsCollection.Insert Method

Inserts a stop at the specified position in the collection.

[Visual Basic .NET]
Public Sub Insert ( _
    ByVal Position As Integer, _
    ByVal pItem As SMStop _
)
[C#]
public void Insert (
    int Position,
    SMStop pItem
);
[C++]
HRESULT Insert(
  long Position,
  ISMStop* pItem
);
[C++]

Parameters Position [in] Position is a parameter of type long pItem [in]
pItem is a parameter of type ISMStop

Product Availability

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

Description

Inserts a stop at a specifed position within a collection.

See Also

ISMStopsCollection Interface