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


IRasterAnalysisProps.RasterDataset Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterAnalysisProps.RasterDataset Property

The RasterDataset, if there is one.

[Visual Basic .NET]
Public ReadOnly Property RasterDataset As IRasterDataset
[C#]
public IRasterDataset RasterDataset {get;}
[C++]
HRESULT get_RasterDataset(
  IRasterDataset** RasterDataset
);
[C++]

Parameters RasterDataset [out, retval]
RasterDataset is a parameter of type IRasterDataset

Product Availability

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

See Also

IRasterAnalysisProps Interface