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


IRasterAnalysisProps.PixelWidth Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterAnalysisProps Interface > IRasterAnalysisProps.PixelWidth Property
ArcGIS Developer Help

IRasterAnalysisProps.PixelWidth Property

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(
  System.Double* Width
);
[C++]
Parameters
Width [in]

Width is a parameter of type double Width [out, retval]
Width is a parameter of type double*

Product Availability

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

See Also

IRasterAnalysisProps Interface