This document is archived and information here might be outdated.  Recommended version.


IRasterWorkspaceEx.OpenRasterCatalog Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRasterWorkspaceEx Interface > IRasterWorkspaceEx.OpenRasterCatalog Method
ArcGIS Developer Help

IRasterWorkspaceEx.OpenRasterCatalog Method

Opens an existing raster catalog.

[Visual Basic .NET]
Public Function OpenRasterCatalog ( _
    ByVal Name As String _
) As IRasterCatalog
[C#]
public IRasterCatalog OpenRasterCatalog (
    string Name
);
[C++]
HRESULT OpenRasterCatalog(
  BSTR Name
);
[C++]
Parameters
Name [in]

Name is a parameter of type BSTR

Product Availability

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

See Also

IRasterWorkspaceEx Interface

.NET Samples

Mosaic raster datasets to a file raster format Extending the replication synchronization process