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(
  long pSize
);
[C++]

Parameters

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

Product Availability

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

See Also

IDynamicSurface Interface