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