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


IRasterDataSourceDescription.RasterName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterDataSourceDescription Interface > IRasterDataSourceDescription.RasterName Property
ArcGIS Developer Help

IRasterDataSourceDescription.RasterName Property

Name of the raster (including extension if a file-based raster).

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

RasterName is a parameter of type BSTR* RasterName [in]
RasterName is a parameter of type BSTR

Product Availability

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

Remarks

Note: MapServer API does not provide any way to explore and find out RasterDataset name from any registered workspace, therefore you need to find out that information from the author.

See Also

IRasterDataSourceDescription Interface