ArcObjects Library Reference (Geoprocessing)  

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,
  BSTR* 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