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


IBezierCurveGEN.QueryCoords Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geometry)  

IBezierCurveGEN.QueryCoords Method

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

Product Availability

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

See Also

IBezierCurveGEN Interface