This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterSdeCatalog Interface > IRasterSdeCatalog.CatalogName Property (ArcObjects .NET 10.5 SDK) |
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