ArcObjects Library Reference (DataSourcesFile)  

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(
  esriSMDirItemType* pVal
);
[C++]

Parameters

pVal [out, retval]

  pVal is a parameter of type esriSMDirItemType

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