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


IGPUtilities.GetUnQualifiedCatalogPath Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPUtilities Interface > IGPUtilities.GetUnQualifiedCatalogPath Method
ArcGIS Developer Help

IGPUtilities.GetUnQualifiedCatalogPath Method

Returns the unqualified path by striping the GDBs database and user names.

[Visual Basic .NET]
Public Function GetUnQualifiedCatalogPath ( _
    ByVal pValue As IGPValue _
) As String
[C#]
public string GetUnQualifiedCatalogPath (
    IGPValue pValue
);
[C++]
HRESULT GetUnQualifiedCatalogPath(
  IGPValue* pValue
);
[C++]
Parameters
pValue [in]

pValue is a parameter of type IGPValue*

Product Availability

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

See Also

IGPUtilities Interface