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


IGPRasterLayer.PixelWidth Property (ArcObjects .NET 10.5 SDK)
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