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


IArcInfoItem.Type Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IA > IArcInfoItem Interface > IArcInfoItem.Type Property
ArcGIS Developer Help

IArcInfoItem.Type Property

Type of the Item, as an enumeration.

[Visual Basic .NET]
Public ReadOnly Property Type As esriArcInfoItemType
[C#]
public esriArcInfoItemType Type {get;}
[C++]
HRESULT get_Type(
  esriArcInfoItemType* Type
);
[C++]
Parameters
Type [out, retval]

Type is a parameter of type esriArcInfoItemType*

Product Availability

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

See Also

IArcInfoItem Interface