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


IRasterDataset3.BlockWidth Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IRasterDataset3.BlockWidth Property

The native block width.

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

Parameters Width [out, retval] Width is a parameter of type long

Product Availability

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

See Also

IRasterDataset3 Interface