ArcObjects Library Reference (DataSourcesRaster)  

IImageRegistration.BlockingType Property

The blocking/sampling type for large images.

ERROR: Syntax information about IImageRegistration.BlockingType may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.DataSourcesRaster.dll

[C++]
HRESULT get_BlockingType(
  esriImageBlockingType* pBlockingType
);
[C++]
HRESULT put_BlockingType(
  esriImageBlockingType pBlockingType
);
[C++]

Parameters

pBlockingType [out, retval]

  pBlockingType is a parameter of type esriImageBlockingType

pBlockingType [in]

  pBlockingType is a parameter of type esriImageBlockingType

Product Availability

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

See Also

IImageRegistration Interface