This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPUtilities Interface > IGPUtilities.GetGxObjectFromLocation Method (ArcObjects .NET 10.5 SDK) |
Returns the catalog object from the given catalog path.
[Visual Basic .NET] Public Function GetGxObjectFromLocation ( _ ByVal catalogPath As String _ ) As Object
[C#] public object GetGxObjectFromLocation ( string catalogPath );
[C++]
HRESULT GetGxObjectFromLocation(
BSTR catalogPath,
LPUNKNOWN* ppGxObject
);
[C++]
Parameters catalogPath [in] catalogPath is a parameter of type BSTR ppGxObject [out, retval] ppGxObject is a parameter of type LPUNKNOWN