This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IS > ISMSpeedGroups Interface > ISMSpeedGroups.Item Property (ArcObjects .NET 10.5 SDK) |
The speed group at the specified position in the collection.
[Visual Basic .NET] Public Function get_Item ( _ ByVal Position As Integer _ ) As SMSpeedGroup
[C#] public SMSpeedGroup get_Item ( int Position );
[C++]
HRESULT get_Item(
long Position,
ISMSpeedGroup** pVal
);
[C++]
Parameters Position [in] Position is a parameter of type long pVal [out, retval]
pVal is a parameter of type ISMSpeedGroup
Returns a speeds groups object from the collection by its index.