ArcObjects Library Reference (DataSourcesRaster)  

IFunctionRasterDataset.RasterInfo Property

The raster information.

[Visual Basic .NET]
Public ReadOnly Property RasterInfo As IRasterInfo
[C#]
public IRasterInfo RasterInfo {get;}
[C++]
HRESULT get_RasterInfo(
  IRasterInfo** ppRasterInfo
);
[C++]

Parameters

ppRasterInfo [out, retval]

  ppRasterInfo is a parameter of type IRasterInfo

Product Availability

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

See Also

IFunctionRasterDataset Interface

.NET Samples

Create a custom raster type from the ground up for DMCII data (Code Files: DMCIIRasterType) | Get and set key properties on a mosaic dataset (Code Files: GetSetKeyProperty)