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


IDEUtilities.GetGxObjectFromLocation Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > ID > IDEUtilities Interface > IDEUtilities.GetGxObjectFromLocation Method
ArcGIS Developer Help

IDEUtilities.GetGxObjectFromLocation Method

Gets the GxObject from a catalog path.

[Visual Basic .NET]
Public Function GetGxObjectFromLocation ( _
    ByVal catalogPath As String, _
    ByVal pDataType As IGPDataType _
) As Object
[C#]
public object GetGxObjectFromLocation (
    string catalogPath,
    IGPDataType pDataType
);
[C++]
HRESULT GetGxObjectFromLocation(
  BSTR catalogPath,
  IGPDataType* pDataType
);
[C++]
Parameters
catalogPath [in]

catalogPath is a parameter of type BSTR pDataType [in]
pDataType is a parameter of type IGPDataType*

Product Availability

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

See Also

IDEUtilities Interface