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


ITxCatalog.Open Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ITxCatalog.Open Method

Opens a Catalog Configuration File at the specified path.

[Visual Basic .NET]
Public Sub Open ( _
    ByVal bstrCatalogPath As String _
)
[C#]
public void Open (
    string bstrCatalogPath
);
[C++]
HRESULT Open(
  BSTR bstrCatalogPath
);
[C++]

Parameters bstrCatalogPath [in] bstrCatalogPath 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