ArcObjects Library Reference (Geoprocessing)  

IGPUtilities.OpenRasterLayerFromString Method

Opens a raster layer object from the given catalog path.

[Visual Basic .NET]
Public Function OpenRasterLayerFromString ( _
    ByVal catalogPath As String _
) As IRasterLayer
[C#]
public IRasterLayer OpenRasterLayerFromString (
    string catalogPath
);
[C++]
HRESULT OpenRasterLayerFromString(
  BSTR catalogPath,
  IRasterLayer** ppRL
);
[C++]

Parameters

catalogPath [in]   catalogPath is a parameter of type BSTR ppRL [out, retval]

  ppRL is a parameter of type IRasterLayer

Product Availability

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

See Also

IGPUtilities Interface