This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IS > ISMNetAttributesCollection Interface > ISMNetAttributesCollection.Item Property (ArcObjects .NET 10.4 SDK) |
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(
long Position,
ISMNetAttribute** pVal
);
[C++]
Parameters Position [in] Position is a parameter of type long pVal [out, retval]
pVal is a parameter of type ISMNetAttribute
Retrieves the attribute from the collection by its index.