This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterInfo Interface > IRasterInfo.BlockHeight Property (ArcObjects .NET 10.5 SDK) |
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