ArcObjects Library Reference  (Geoprocessing)    

IGPUtilities.GetGxObjectFromLocation Method

Returns the catalog object from the given catalog path.

[Visual Basic 6.0]
Function GetGxObjectFromLocation(
    ByVal catalogPath As String _
) As Unknown
[Visual Basic .NET]
Public Function GetGxObjectFromLocation ( _
    ByVal catalogPath As String _
) As Object
[C#]
public object GetGxObjectFromLocation (
    string catalogPath
);
[Java]
public Object getGxObjectFromLocation (
    String catalogPath
)
throws
    IOException,
    AutomationException
[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

Product Availability

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

See Also

IGPUtilities Interface

 


Feedback Send feedback on this page