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


IImageRegistration.Refinement 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.Refinement Property
ArcGIS Developer Help

IImageRegistration.Refinement Property

The match point refinement to be applied.

[Visual Basic .NET]
Public Property Refinement As esriMatchPointRefinementType
[C#]
public esriMatchPointRefinementType Refinement {get; set;}
[C++]
HRESULT get_Refinement(
  esriMatchPointRefinementType* pRefinement
);
[C++]
HRESULT put_Refinement(
  esriMatchPointRefinementType pRefinement
);
[C++]
Parameters
pRefinement [out, retval]

pRefinement is a parameter of type esriMatchPointRefinementType* pRefinement [in]
pRefinement is a parameter of type esriMatchPointRefinementType

Product Availability

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

See Also

IImageRegistration Interface