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


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

IItemInfo.CatalogPath Property

Catalog path of the item.

[Visual Basic .NET]
Public Property CatalogPath As String
[C#]
public string CatalogPath {get; set;}
[C++]
HRESULT get_CatalogPath(
  BSTR* pCatalogPath
);
[C++]
HRESULT put_CatalogPath(
  BSTR pCatalogPath
);
[C++]

Parameters pCatalogPath [out, retval] pCatalogPath is a parameter of type BSTR pCatalogPath [in] pCatalogPath is a parameter of type BSTR

Product Availability

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

See Also

IItemInfo Interface