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


INamedSet.Item Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INamedSet Interface > INamedSet.Item Property
ArcGIS Developer Help

INamedSet.Item Property

The item at a given index.

[Visual Basic .NET]
Public Function get_Item ( _
    ByVal Index As Integer _
) As Object
[C#]
public object get_Item (
    int Index
);
[C++]
HRESULT get_Item(
  long Index,
  IUnknown Pointer* Item
);
[C++]
Parameters
Index [in]

Index is a parameter of type long Item [out, retval]
Item is a parameter of type IUnknown*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Remarks

Returns the object at the specified index in the NamedSet.

See Also

INamedSet Interface