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

.NET Related Topics

How to access pixel data using the RawBlocks object |