ArcObjects Library Reference (GeoDatabase)  

IItemInfo.DocumentationInfo Property

Documentation info of the item.

[Visual Basic .NET]
Public Property DocumentationInfo As IDocumentationInfo
[C#]
public IDocumentationInfo DocumentationInfo {get; set;}
[C++]
HRESULT get_DocumentationInfo(
  IDocumentationInfo** ppDocInfo
);
[C++]
HRESULT putref_DocumentationInfo(
  IDocumentationInfo* ppDocInfo
);
[C++]

Parameters

ppDocInfo [out, retval]

  ppDocInfo is a parameter of type IDocumentationInfo

ppDocInfo [in]

  ppDocInfo is a parameter of type IDocumentationInfo

Product Availability

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

See Also

IItemInfo Interface