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


IRasterTypeOperation.ApplyOrthorectification Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterTypeOperation.ApplyOrthorectification Method

Adds (or updates) a geometric function associated with the function raster dataset.

[Visual Basic .NET]
Public Function ApplyOrthorectification ( _
    ByVal pDataset As IFunctionRasterDataset _
) As IFunctionRasterDataset
[C#]
public IFunctionRasterDataset ApplyOrthorectification (
    IFunctionRasterDataset pDataset
);
[C++]
HRESULT ApplyOrthorectification(
  IFunctionRasterDataset* pDataset,
  IFunctionRasterDataset** ppDataset
);
[C++]

Parameters pDataset [in]
pDataset is a parameter of type IFunctionRasterDataset ppDataset [out, retval]
ppDataset is a parameter of type IFunctionRasterDataset

Product Availability

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

See Also

IRasterTypeOperation Interface