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


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

IAdjustXform.GetControlPoints Method

Gets control points.

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

ppSrcGCPs is a parameter of type IPointCollection** ppDstGCPs [out]
ppDstGCPs is a parameter of type IPointCollection**

Product Availability

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

See Also

IAdjustXform Interface