This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IB > IBezierCurveGEN Interface > IBezierCurveGEN.QueryCoords Method (ArcObjects .NET 10.4 SDK) |
Sets the existing elements of an existing safe array to be equal to the four control points of this bezier curve.
[Visual Basic .NET] Public Sub QueryCoords ( _ ByRef controlPoints As IPoint[] _ )
[C#] public void QueryCoords ( ref IPoint[] controlPoints );
[C++]
HRESULT QueryCoords(
Array* controlPoints
);
[C++]
Parameters controlPoints controlPoints is a parameter of type Array