This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterAnalysisProps Interface > IRasterAnalysisProps.PixelWidth Property (ArcObjects .NET 10.5 SDK) |
The pixel width in ground resolution.
[Visual Basic .NET] Public Property PixelWidth As Double
[C#] public double PixelWidth {get; set;}
[C++]
HRESULT get_PixelWidth(
double* Width
);
[C++]
HRESULT put_PixelWidth(
double Width
);
[C++]
Parameters Width [out, retval] Width is a parameter of type double Width [in] Width is a parameter of type double