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