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


IRasterTypeProperties.OrthorectificationParameters Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterTypeProperties Interface > IRasterTypeProperties.OrthorectificationParameters Property
ArcGIS Developer Help

IRasterTypeProperties.OrthorectificationParameters Property

The parameters controlling orthorectification of raster datasets built by this raster type.

[Visual Basic .NET]
Public Property OrthorectificationParameters As IGeometricFunctionArguments
[C#]
public IGeometricFunctionArguments OrthorectificationParameters {get; set;}
[C++]
HRESULT get_OrthorectificationParameters(
  IGeometricFunctionArguments* ppIGeometricFunctionArguments
);
[C++]
HRESULT putref_OrthorectificationParameters(
  IGeometricFunctionArguments** ppIGeometricFunctionArguments
);
[C++]
Parameters
ppIGeometricFunctionArguments [in]

ppIGeometricFunctionArguments is a parameter of type IGeometricFunctionArguments* ppIGeometricFunctionArguments [out, retval]
ppIGeometricFunctionArguments is a parameter of type IGeometricFunctionArguments**

Product Availability

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

See Also

IRasterTypeProperties Interface