ArcObjects Library Reference (DataSourcesRaster)  

IRasterProps.Width Property

Width in pixels.

[Visual Basic .NET]
Public Property Width As Integer
[C#]
public int Width {get; set;}
[C++]
HRESULT get_Width(
  long* pVal
);
[C++]
HRESULT put_Width(
  long pVal
);
[C++]

Parameters

pVal [out, retval]   pVal is a parameter of type long pVal [in]   pVal is a parameter of type long

Product Availability

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

See Also

IRasterProps Interface

.NET Samples

Create a custom raster type (Code Files: ThumbnailBuilder)

.NET Related Topics

How to create an image server layer | How to pan sharpen an image | How to split a raster dataset into multiple tiles