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


ISMPointsCollection.Insert Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesFile)  

ISMPointsCollection.Insert Method

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

Product Availability

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

Description

Inserts the point to the collection at a specified position.

See Also

ISMPointsCollection Interface