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


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

IImageRegistration.Parameters Property

The image registration parameters.

[Visual Basic .NET]
Public Property Parameters As IPropertySet
[C#]
public IPropertySet Parameters {get; set;}
[C++]
HRESULT get_Parameters(
  IPropertySet** ppParameters
);
[C++]
HRESULT putref_Parameters(
  IPropertySet* ppParameters
);
[C++]
Parameters
ppParameters [out, retval]

ppParameters is a parameter of type IPropertySet** ppParameters [in]
ppParameters is a parameter of type IPropertySet*

Product Availability

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

See Also

IImageRegistration Interface