ArcObjects Library Reference (TrackingAnalyst)  

ITxCatalog.Save Method

Save the catalogs state to a configurations file at the Path specified.

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

Parameters

bstrPath [in]   bstrPath 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