This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IS > ISMPointsCollection Interface > ISMPointsCollection.Add Method (ArcObjects .NET 10.5 SDK) |
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
Adds the point to the collection.