This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPUtilities Interface > IGPUtilities.OpenRasterLayerFromString Method (ArcObjects .NET 10.4 SDK) |
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