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


IGPArcInfoItem.Type Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesFile)  

IGPArcInfoItem.Type Property

The type of the info item.

[Visual Basic .NET]
Public Property Type As esriArcInfoItemType
[C#]
public esriArcInfoItemType Type {get; set;}
[C++]
HRESULT get_Type(
  esriArcInfoItemType* Type
);
[C++]
HRESULT put_Type(
  esriArcInfoItemType Type
);
[C++]

Parameters Type [out, retval]
Type is a parameter of type esriArcInfoItemType Type [in]
Type is a parameter of type esriArcInfoItemType

Product Availability

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

See Also

IGPArcInfoItem Interface