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 );
Parameters
catalogPath [in]
catalogPath is a parameter of type BSTR
ppRL [out, retval]
ppRL is a parameter of type IRasterLayer