This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGeoReference Interface > IGeoReference.TwoPointsAdjust Method (ArcObjects .NET 10.4 SDK) |
Two points adjust operation of layer.
[Visual Basic .NET] Public Sub TwoPointsAdjust ( _ ByVal fromPoints As IPointCollection, _ ByVal toPoints As IPointCollection _ )
[C#] public void TwoPointsAdjust ( IPointCollection fromPoints, IPointCollection toPoints );
[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