This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > ID > IDEUtilities Interface > IDEUtilities.ParseContainer Method (ArcObjects .NET 10.5 SDK) |
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