ArcObjects Library Reference (DataSourcesRaster)  

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(
  BSTR catalogElementName
);
[C++]

Parameters

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

Product Availability

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

See Also

IRasterSdeCatalog Interface