ArcObjects Library Reference (GeoDatabase)  

IRasterDataset3.BlockHeight Property

The native block height.

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

Parameters

Height [out, retval]   Height is a parameter of type long

Product Availability

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

See Also

IRasterDataset3 Interface