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


IItemInfo.DocumentationInfo Property (ArcObjects .NET 10.4 SDK)
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