This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterTypeOperation Interface > IRasterTypeOperation.ApplyOrthorectification Method (ArcObjects .NET 10.4 SDK) |
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