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


IRasterDataset3.BlockWidth Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRasterDataset3 Interface > IRasterDataset3.BlockWidth Property
ArcGIS Developer Help

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(
  System.Int32* 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