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


ISMPointsCollection.Item Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesFile)  

ISMPointsCollection.Item Property

Represents the point in the collection at the specified position.

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

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

Product Availability

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

Description

Retrieves the point from the points collection by its index.

See Also

ISMPointsCollection Interface