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


ISMPointsCollection.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 > ISMPointsCollection Interface > ISMPointsCollection.Insert Method
ArcGIS Developer Help

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