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


ISMStopsCollection.Count Property (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.Count Property
ArcGIS Developer Help

ISMStopsCollection.Count Property

The number of stops in the collection.

[Visual Basic .NET]
Public ReadOnly Property Count As Integer
[C#]
public int Count {get;}
[C++]
HRESULT get_Count(
void
);

Product Availability

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

Description

Returns the number of stops in a collection.

See Also

ISMStopsCollection Interface