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,
LPUNKNOWN* ppGxObject
);
[C++]Parameters
catalogPath [in] catalogPath is a parameter of type BSTR pDataType [in]pDataType is a parameter of type IGPDataType
ppGxObject [out, retval] ppGxObject is a parameter of type LPUNKNOWN
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.