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


IImageRegistration.BlockingType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > II > IImageRegistration Interface > IImageRegistration.BlockingType Property
ArcGIS Developer Help

IImageRegistration.BlockingType Property

The blocking/sampling type for large images.

[Visual Basic .NET]
Public Property BlockingType As esriImageBlockingType
[C#]
public esriImageBlockingType BlockingType {get; set;}
[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