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


IMosaicDatasetOperation2.RecommendedRasterType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMosaicDatasetOperation2 Interface > IMosaicDatasetOperation2.RecommendedRasterType Property
ArcGIS Developer Help

IMosaicDatasetOperation2.RecommendedRasterType Property

Returns a raster type object recommended as a possible default for this mosaic dataset.

[Visual Basic .NET]
Public ReadOnly Property RecommendedRasterType As IRasterType
[C#]
public IRasterType RecommendedRasterType {get;}
[C++]
HRESULT get_RecommendedRasterType(
  IRasterType** ppDefaultRasterType
);
[C++]
Parameters
ppDefaultRasterType [out, retval]

ppDefaultRasterType is a parameter of type IRasterType**

Product Availability

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

See Also

IMosaicDatasetOperation2 Interface