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 > ISMDirections Interface > ISMDirections.Item Property (ArcObjects .NET 10.5 SDK) |
A reference to a direction item by its position.
[Visual Basic .NET] Public Function get_Item ( _ ByVal Position As Integer _ ) As SMDirItem
[C#] public SMDirItem get_Item ( int Position );
[C++]
HRESULT get_Item(
long Position,
ISMDirItem** pVal
);
[C++]
Parameters Position [in] Position is a parameter of type long pVal [out, retval]
pVal is a parameter of type ISMDirItem
Retrieves the direction item by its position.