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


IDynamicSurface.RasterBlockSize Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > ID > IDynamicSurface Interface > IDynamicSurface.RasterBlockSize Property
ArcGIS Developer Help

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