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


IDEUtilities.ParseContainer Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > ID > IDEUtilities Interface > IDEUtilities.ParseContainer Method
ArcGIS Developer Help

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,
  System.String* 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