ArcObjects Library Reference (DataSourcesRaster)  

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(
  double Width
);
[C++]

Parameters

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

Product Availability

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

See Also

IRasterAnalysisProps Interface