This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > II > IItemInfo Interface > IItemInfo.CatalogPath Property (ArcObjects .NET 10.4 SDK) |
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