This document is archived and information here might be outdated. Recommended version. |
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.