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.ParseName Method (ArcObjects .NET 10.5 SDK) |
Returns the name of a catalog path.
[Visual Basic .NET] Public Sub ParseName ( _ ByVal catalogPath As String, _ ByRef pName As String _ )
[C#] public void ParseName ( string catalogPath, ref string pName );
[C++]
HRESULT ParseName(
BSTR catalogPath,
BSTR* pName
);
[C++]
Parameters catalogPath catalogPath is a parameter of type BSTR pName pName is a parameter of type BSTR