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


IGeoReference.Rectify Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGeoReference Interface > IGeoReference.Rectify Method
ArcGIS Developer Help

IGeoReference.Rectify Method

Save transformed result to a new dataset.

[Visual Basic .NET]
Public Sub Rectify ( _
    ByVal fullpath As String, _
    ByVal Format As String _
)
[C#]
public void Rectify (
    string fullpath,
    string Format
);
[C++]
HRESULT Rectify(
  BSTR fullpath,
  BSTR Format
);
[C++]
Parameters
fullpath [in]

fullpath is a parameter of type BSTR Format [in]
Format is a parameter of type BSTR

Product Availability

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

See Also

IGeoReference Interface