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


ITxCatalog.Path Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ITxCatalog.Path Property

The current path of the Catalogs configuration file.

[Visual Basic .NET]
Public ReadOnly Property Path As String
[C#]
public string Path {get;}
[C++]
HRESULT get_Path(
  BSTR* pVal
);
[C++]

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

ITxCatalog Interface