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


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

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(
  System.String* 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