This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > II > IItemInfo Interface > IItemInfo.TypeInfo Property (ArcObjects .NET 10.4 SDK) |
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