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


IDEMosaicDataset3.MeanCellWidth Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IDEMosaicDataset3.MeanCellWidth Property

The approximate cell width.

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

Parameters CellWidth [out, retval] CellWidth is a parameter of type double CellWidth [in] CellWidth is a parameter of type double

Product Availability

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

See Also

IDEMosaicDataset3 Interface