This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMosaicDataset3 Interface > IMosaicDataset3.GetRaster Method (ArcObjects .NET 10.4 SDK) |
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