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


ITxCatalog.ConnectFolder 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.ConnectFolder Method
ArcGIS Developer Help

ITxCatalog.ConnectFolder Method

Connect a folder to the root level of the Catalog.

[Visual Basic .NET]
Public Function ConnectFolder ( _
    ByVal bstrFolderPath As String _
) As ITxCatalogObject
[C#]
public ITxCatalogObject ConnectFolder (
    string bstrFolderPath
);
[C++]
HRESULT ConnectFolder(
  BSTR bstrFolderPath
);
[C++]
Parameters
bstrFolderPath [in]

bstrFolderPath 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