ArcObjects Library Reference (DataSourcesRaster)  

IRasterDefaultProps.DefaultPixelWidth Property

The default pixel size in X.

[Visual Basic .NET]
Public ReadOnly Property DefaultPixelWidth As Double
[C#]
public double DefaultPixelWidth {get;}
[C++]
HRESULT get_DefaultPixelWidth(
  double* Width
);
[C++]

Parameters

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

Product Availability

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

See Also

IRasterDefaultProps Interface