ArcObjects Library Reference  (Geoprocessing)    

IGPUtilities.GetUnQualifiedCatalogPath Method

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

[Visual Basic 6.0]
Function GetUnQualifiedCatalogPath(
    ByVal pValue As IGPValue _
) As String
[Visual Basic .NET]
Public Function GetUnQualifiedCatalogPath ( _
    ByVal pValue As IGPValue _
) As String
[C#]
public string GetUnQualifiedCatalogPath (
    IGPValue pValue
);
[Java]
public String getUnQualifiedCatalogPath (
    IGPValue pValue
)
throws
    IOException,
    AutomationException
[C++]
HRESULT GetUnQualifiedCatalogPath(
  IGPValue* pValue,
  BSTR* Path
);
[C++]

Parameters

pValue [in]

  pValue is a parameter of type IGPValue

Path [out, retval]

  Path is a parameter of type BSTR

Product Availability

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

See Also

IGPUtilities Interface

 


Feedback Send feedback on this page