This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > II > IImageRegistration Interface > IImageRegistration.Refinement Property (ArcObjects .NET 10.5 SDK) |
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