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


ISMStopsCollection.Insert Method (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 > ISMStopsCollection.Insert Method
ArcGIS Developer Help

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