This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterInfo Interface > IRasterInfo.BlockWidth Property (ArcObjects .NET 10.4 SDK) |
The block width in pixels.
[Visual Basic .NET] Public Property BlockWidth As Integer
[C#] public int BlockWidth {get; set;}
[C++]
HRESULT get_BlockWidth(
long* pWidth
);
[C++]
HRESULT put_BlockWidth(
long pWidth
);
[C++]
Parameters pWidth [out, retval] pWidth is a parameter of type long pWidth [in] pWidth is a parameter of type long