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


IImageRegistration.Refinement Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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