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


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

ISMDirItem.ItemType Property

The type of direction item. Returns an esriSMDirItemType constant.

[Visual Basic .NET]
Public ReadOnly Property ItemType As esriSMDirItemType
[C#]
public esriSMDirItemType ItemType {get;}
[C++]
HRESULT get_ItemType(
void
);

Product Availability

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

Description

Returns type of the driving directions item. One of esriSMDirItemType constants.

Remarks

Item type can have one value from the esriSMDirItemType enumeraiton. See esriSMDirItemType for more details.

See Also

ISMDirItem Interface