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


ISMNetAttributesCollection.Item Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IS > ISMNetAttributesCollection Interface > ISMNetAttributesCollection.Item Property
ArcGIS Developer Help

ISMNetAttributesCollection.Item Property

The network attribute at a specified index in the collection.

[Visual Basic .NET]
Public Function get_Item ( _
    ByVal Position As Integer _
) As SMNetAttribute
[C#]
public SMNetAttribute get_Item (
    int Position
);
[C++]
HRESULT get_Item(
void
);

Product Availability

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

Description

Retrieves the attribute from the collection by its index.

See Also

ISMNetAttributesCollection Interface

.NET Samples

StreetMap routing