This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > ID > IDEMosaicDataset3 Interface > IDEMosaicDataset3.MeanCellWidth Property (ArcObjects .NET 10.5 SDK) |
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