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