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


IDynamicSurface.RasterBlockSize Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

IDynamicSurface.RasterBlockSize Property

The pixel block allocation size used when creating a raster.

[Visual Basic .NET]
Public Property RasterBlockSize As Integer
[C#]
public int RasterBlockSize {get; set;}
[C++]
HRESULT get_RasterBlockSize(
  long pSize
);
[C++]
HRESULT put_RasterBlockSize(
  System.Int32* pSize
);
[C++]

Parameters pSize [in]
pSize is a parameter of type long pSize [out, retval]
pSize is a parameter of type long*

Product Availability

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

See Also

IDynamicSurface Interface