This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IS > ISMStopsCollection Interface > ISMStopsCollection.Insert Method (ArcObjects .NET 10.4 SDK) |
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
Inserts a stop at a specifed position within a collection.