ArcObjects Library Reference (Geoprocessing)  

IGPRasterLayer.PixelWidth Property

The pixel width of the raster layer object.

[Visual Basic .NET]
Public Property PixelWidth As Double
[C#]
public double PixelWidth {get; set;}
[C++]
HRESULT get_PixelWidth(
  double* PixelWidth
);
[C++]
HRESULT put_PixelWidth(
  double PixelWidth
);
[C++]

Parameters

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

Product Availability

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

See Also

IGPRasterLayer Interface