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


IMosaicDataset3.GetRaster Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IMosaicDataset3.GetRaster Method

Returns the raster associated with the mosaic dataset item that satisfies the specified criteria.

[Visual Basic .NET]
Public Function GetRaster ( _
    ByVal itemExpression As String _
) As IRaster
[C#]
public IRaster GetRaster (
    string itemExpression
);
[C++]
HRESULT GetRaster(
  BSTR itemExpression,
  IRaster** ppRaster
);
[C++]

Parameters itemExpression [in] itemExpression is a parameter of type BSTR ppRaster [out, retval]
ppRaster is a parameter of type IRaster

Product Availability

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

See Also

IMosaicDataset3 Interface