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


IDynamicSurface.RasterBlockSize Property (ArcObjects .NET 10.4 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(
  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