ArcObjects Library Reference  (Carto)    

IGeoReference.TwoPointsAdjust Method

Two points adjust operation of layer.

[Visual Basic 6.0]
Sub TwoPointsAdjust(
    ByVal fromPoints As IPointCollection, _
    ByVal toPoints As IPointCollection _
)
[Visual Basic .NET]
Public Sub TwoPointsAdjust ( _
    ByVal fromPoints As IPointCollection, _
    ByVal toPoints As IPointCollection _
)
[C#]
public void TwoPointsAdjust (
    IPointCollection fromPoints,
    IPointCollection toPoints
);
[Java]
public void twoPointsAdjust (
    IPointCollection fromPoints,
    IPointCollection toPoints
)
throws
    IOException,
    AutomationException
[C++]
HRESULT TwoPointsAdjust(
  IPointCollection* fromPoints,
  IPointCollection* toPoints
);
[C++]

Parameters

fromPoints [in]

  fromPoints is a parameter of type IPointCollection

toPoints [in]

  toPoints is a parameter of type IPointCollection

Product Availability

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

See Also

IGeoReference Interface

 


Feedback Send feedback on this page