This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IS > ISMStopsCollection Interface > ISMStopsCollection.Remove Method (ArcObjects .NET 10.4 SDK) |
Removes the stop at the specified position in the collection.
[Visual Basic .NET] Public Sub Remove ( _ ByVal Position As Integer _ )
[C#] public void Remove ( int Position );
[C++]
HRESULT Remove(
long Position
);
[C++]
Parameters Position [in] Position is a parameter of type long
Removes a stop at a specifed position within a collection.