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.