This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IS > ISMPointsCollection Interface > ISMPointsCollection.Insert Method (ArcObjects .NET 10.5 SDK) |
Inserts a point in the collection at the specified position.
[Visual Basic .NET] Public Sub Insert ( _ ByVal Position As Integer, _ ByVal pItem As SMRouterPoint _ )
[C#] public void Insert ( int Position, SMRouterPoint pItem );
[C++]
HRESULT Insert(
long Position,
ISMRouterPoint* pItem
);
[C++]
Parameters Position [in] Position is a parameter of type long pItem [in]
pItem is a parameter of type ISMRouterPoint
Inserts the point to the collection at a specified position.