This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IS > ISMDirItem Interface > ISMDirItem.ItemType Property (ArcObjects .NET 10.4 SDK) |
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(
esriSMDirItemType* pVal
);
[C++]
Parameters pVal [out, retval]
pVal is a parameter of type esriSMDirItemType
Returns type of the driving directions item. One of esriSMDirItemType constants.
Item type can have one value from the esriSMDirItemType enumeraiton. See esriSMDirItemType for more details.