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


IItemInfo.TypeInfo Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > II > IItemInfo Interface > IItemInfo.TypeInfo Property
ArcGIS Developer Help

IItemInfo.TypeInfo Property

The additional info of a type of the item.

[Visual Basic .NET]
Public Property TypeInfo As IStringArray
[C#]
public IStringArray TypeInfo {get; set;}
[C++]
HRESULT get_TypeInfo(
  IStringArray** ppInfo
);
[C++]
HRESULT put_TypeInfo(
  IStringArray* ppInfo
);
[C++]
Parameters
ppInfo [out, retval]

ppInfo is a parameter of type IStringArray** ppInfo [in]
ppInfo is a parameter of type IStringArray*

Product Availability

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

See Also

IItemInfo Interface