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


ISMStopsCollection.Item Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesFile)  

ISMStopsCollection.Item Property

The stop at the specified position in the collection.

[Visual Basic .NET]
Public Function get_Item ( _
    ByVal Position As Integer _
) As SMStop
[C#]
public SMStop get_Item (
    int Position
);
[C++]
HRESULT get_Item(
  long Position,
  ISMStop** pVal
);
[C++]

Parameters Position [in] Position is a parameter of type long pVal [out, retval]
pVal is a parameter of type ISMStop

Product Availability

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

Description

Retrieves a stop at a specified position.

See Also

ISMStopsCollection Interface