ArcObjects Library Reference (DataSourcesRaster)  

ISplineXform.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

ISplineXform Interface