ArcObjects Library Reference (TrackingAnalyst)  

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,
  ITxCatalogObject** ppiFolder
);
[C++]

Parameters

bstrFolderPath [in]   bstrFolderPath is a parameter of type BSTR ppiFolder [out, retval]

  ppiFolder is a parameter of type ITxCatalogObject

Product Availability

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

See Also

ITxCatalog Interface