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


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

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