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


IGPRasterLayer.PixelWidth Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPRasterLayer Interface > IGPRasterLayer.PixelWidth Property
ArcGIS Developer Help

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(
  System.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