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


IDEMosaicDataset3.MeanCellWidth Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > ID > IDEMosaicDataset3 Interface > IDEMosaicDataset3.MeanCellWidth Property
ArcGIS Developer Help

IDEMosaicDataset3.MeanCellWidth Property

The approximate cell width.

[Visual Basic .NET]
Public Property MeanCellWidth As Double
[C#]
public double MeanCellWidth {get; set;}
[C++]
HRESULT put_MeanCellWidth(
  double CellWidth
);
[C++]
Parameters
CellWidth [in]

CellWidth is a parameter of type double

Product Availability

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

See Also

IDEMosaicDataset3 Interface