This document is archived and information here might be outdated. Recommended version. |
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*