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


IGeoReference.Warp Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IGeoReference.Warp Method

Warp operation of layer.

[Visual Basic .NET]
Public Sub Warp ( _
    ByVal fromPoints As IPointCollection, _
    ByVal toPoints As IPointCollection, _
    ByVal order As Integer _
)
[C#]
public void Warp (
    IPointCollection fromPoints,
    IPointCollection toPoints,
    int order
);
[C++]
HRESULT Warp(
  IPointCollection* fromPoints,
  IPointCollection* toPoints,
  long order
);
[C++]

Parameters fromPoints [in]
fromPoints is a parameter of type IPointCollection toPoints [in]
toPoints is a parameter of type IPointCollection order [in] order is a parameter of type long

Product Availability

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

See Also

IGeoReference Interface