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


IMosaicDataset3.GetRaster Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMosaicDataset3 Interface > IMosaicDataset3.GetRaster Method
ArcGIS Developer Help

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
);
[C++]
Parameters
itemExpression [in]

itemExpression is a parameter of type BSTR

Product Availability

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

See Also

IMosaicDataset3 Interface