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


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

ISMPointsCollection.Add Method

Adds a point to the end of the collection.

[Visual Basic .NET]
Public Sub Add ( _
    ByVal pItem As SMRouterPoint _
)
[C#]
public void Add (
    SMRouterPoint pItem
);
[C++]
HRESULT Add(
  ISMRouterPoint* pItem
);
[C++]

Parameters pItem [in]
pItem is a parameter of type ISMRouterPoint

Product Availability

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

Description

Adds the point to the collection.

See Also

ISMPointsCollection Interface