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


IRasterSdeCatalog.RasterName 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.RasterName Property
ArcGIS Developer Help

IRasterSdeCatalog.RasterName Property

The ArcSDE raster name.

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

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

Product Availability

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

See Also

IRasterSdeCatalog Interface