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


IRasterTypeProperties.OrthorectificationParameters Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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 [out, retval]
ppIGeometricFunctionArguments is a parameter of type IGeometricFunctionArguments ppIGeometricFunctionArguments [in]
ppIGeometricFunctionArguments is a parameter of type IGeometricFunctionArguments

Product Availability

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

See Also

IRasterTypeProperties Interface