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


IRasterCatalogItem2.RasterDatasetName Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IRasterCatalogItem2.RasterDatasetName Property

The raster dataset name object of the raster catalog feature.

[Visual Basic .NET]
Public Property RasterDatasetName As IName
[C#]
public IName RasterDatasetName {get; set;}
[C++]
HRESULT get_RasterDatasetName(
  IName** ppName
);
[C++]
HRESULT putref_RasterDatasetName(
  IName* ppName
);
[C++]

Parameters ppName [out, retval]
ppName is a parameter of type IName ppName [in]
ppName is a parameter of type IName

Product Availability

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

See Also

IRasterCatalogItem2 Interface