ArcObjects Library Reference  (Geoprocessing)    

IGPUtilities.OpenRasterLayerFromString Method

Opens a raster layer object from the given catalog path.

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

 


Feedback Send feedback on this page