This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IB > IBezierCurve Interface > IBezierCurve.QueryCoords Method (ArcObjects .NET 10.5 SDK) |
Copies this Bezier curve's control points into the array of 4 existing points.
[Visual Basic .NET] Public Sub QueryCoords ( _ ByRef controlPoints As IPoint _ )
[C#] public void QueryCoords ( ref IPoint controlPoints );
[C++]
HRESULT QueryCoords(
IPoint** controlPoints
);
[C++]
Parameters controlPoints
controlPoints is a parameter of type IPoint
QueryCoords returns all four of the BezierCurve control points into an array of 4 Points.
Use QueryCoord to get a specific control point.