ArcObjects Library Reference (Geoprocessing)  

IDEUtilities.ParseContainer Method

Returns the container of a catalog path.

[Visual Basic .NET]
Public Sub ParseContainer ( _
    ByVal catalogPath As String, _
    ByRef pContainer As String _
)
[C#]
public void ParseContainer (
    string catalogPath,
    ref string pContainer
);
[C++]
HRESULT ParseContainer(
  BSTR catalogPath,
  BSTR* pContainer
);
[C++]

Parameters

catalogPath   catalogPath is a parameter of type BSTR pContainer   pContainer is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDEUtilities Interface