This document is archived and information here might be outdated. Recommended version. |
Adds a stop to the end of collection.
[Visual Basic .NET] Public Sub Add ( _ ByVal pItem As SMStop _ )
[C#] public void Add ( SMStop pItem );
[C++]
HRESULT Add(
ISMStop* pItem
);
[C++] Parameters pItem [in]
pItem is a parameter of type ISMStop*
Add a stop to the end of a collection.