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


IRasterSdeCatalog.CatalogName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterSdeCatalog Interface > IRasterSdeCatalog.CatalogName Property
ArcGIS Developer Help

IRasterSdeCatalog.CatalogName Property

The ArcSDE raster catalog name.

[Visual Basic .NET]
Public Property CatalogName As String
[C#]
public string CatalogName {get; set;}
[C++]
HRESULT get_CatalogName(
  BSTR catalogElementName
);
[C++]
HRESULT put_CatalogName(
  System.String* catalogElementName
);
[C++]
Parameters
catalogElementName [in]

catalogElementName is a parameter of type BSTR catalogElementName [out, retval]
catalogElementName is a parameter of type BSTR*

Product Availability

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

See Also

IRasterSdeCatalog Interface