ArcObjects Library Reference  (Carto)    

IGeoReference.Rectify Method

Save transformed result to a new dataset.

[Visual Basic 6.0]
Sub Rectify(
    ByVal fullpath As String, _
    ByVal Format As String _
)
[Visual Basic .NET]
Public Sub Rectify ( _
    ByVal fullpath As String, _
    ByVal Format As String _
)
[C#]
public void Rectify (
    string fullpath,
    string Format
);
[Java]
public void rectify (
    String fullpath,
    String Format
)
throws
    IOException,
    AutomationException
[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

 


Feedback Send feedback on this page