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


IItemInfo.TypeKeywords 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.TypeKeywords Property
ArcGIS Developer Help

IItemInfo.TypeKeywords Property

The keywords of a type of the item.

[Visual Basic .NET]
Public Property TypeKeywords As IStringArray
[C#]
public IStringArray TypeKeywords {get; set;}
[C++]
HRESULT get_TypeKeywords(
  IStringArray** ppKeywords
);
[C++]
HRESULT put_TypeKeywords(
  IStringArray* ppKeywords
);
[C++]
Parameters
ppKeywords [out, retval]

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

Product Availability

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

See Also

IItemInfo Interface