ArcObjects Library Reference (DataSourcesRaster)  

IRasterInfo.BlockHeight Property

The block height in pixels.

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

Parameters

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

Product Availability

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

See Also

IRasterInfo Interface