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


IItemInfo.TypeInfo Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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