This document is archived and information here might be outdated.  Recommended version.


ISMStopsCollection.Clear Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IS > ISMStopsCollection Interface > ISMStopsCollection.Clear Method
ArcGIS Developer Help

ISMStopsCollection.Clear Method

Removes all stops from the collection.

[Visual Basic .NET]
Public Sub Clear ( _
)
[C#]
public void Clear (
);
[C++]
HRESULT Clear(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Removes all stops from the collection.

See Also

ISMStopsCollection Interface