ArcObjects Library Reference (DataSourcesRaster)  

IRasterInfo.BlockWidth Property

The block width in pixels.

[Visual Basic .NET]
Public Property BlockWidth As Integer
[C#]
public int BlockWidth {get; set;}
[C++]
HRESULT get_BlockWidth(
  long* pWidth
);
[C++]
HRESULT put_BlockWidth(
  long pWidth
);
[C++]

Parameters

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

Product Availability

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

See Also

IRasterInfo Interface

.NET Related Topics

How to access pixel data using the RawBlocks object |