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


IRasterDataset3.BlockHeight 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.BlockHeight Property
ArcGIS Developer Help

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