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


IPolynomialXform.GetControlPoints Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IP > IPolynomialXform Interface > IPolynomialXform.GetControlPoints Method
ArcGIS Developer Help

IPolynomialXform.GetControlPoints Method

Gets control points used in defining the polynomial.

[Visual Basic .NET]
Public Sub GetControlPoints ( _
    ByRef ppSrcPoints As IPointCollection, _
    ByRef ppTarPoints As IPointCollection _
)
[C#]
public void GetControlPoints (
    ref IPointCollection ppSrcPoints,
    ref IPointCollection ppTarPoints
);
[C++]
HRESULT GetControlPoints(
  IPointCollection** ppSrcPoints,
  IPointCollection** ppTarPoints
);
[C++]
Parameters
ppSrcPoints [out]

ppSrcPoints is a parameter of type IPointCollection** ppTarPoints [out]
ppTarPoints is a parameter of type IPointCollection**

Product Availability

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

See Also

IPolynomialXform Interface