This document is archived and information here might be outdated. Recommended version. |
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*
Inserts the point to the collection at a specified position.