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


IDEUtilities.ParseName 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.ParseName Method
ArcGIS Developer Help

IDEUtilities.ParseName Method

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,
  System.String* pName
);
[C++]
Parameters
catalogPath 

catalogPath is a parameter of type BSTR pName
pName is a parameter of type BSTR*

Product Availability

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

See Also

IDEUtilities Interface