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


ITxCatalog.Save Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITxCatalog Interface > ITxCatalog.Save Method
ArcGIS Developer Help

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