ArcObjects Library Reference  (Geometry)    

IBezierCurve.QueryCoords Method

Copies this Bezier curve's control points into the array of 4 existing points.

[Visual Basic 6.0]
Sub QueryCoords(
    controlPoints As IPoint _
)
[Visual Basic .NET]
Public Sub QueryCoords ( _
    ByRef controlPoints As IPoint _
)
[C#]
public void QueryCoords (
    ref IPoint controlPoints
);
[Java]
public void queryCoords (
    IPoint controlPoints
)
throws
    IOException,
    AutomationException
[C++]
HRESULT QueryCoords(
  IPoint** controlPoints
);
[C++]

Parameters

controlPoints

  controlPoints is a parameter of type IPoint

Product Availability

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

Description

QueryCoords returns all four of the BezierCurve control points into an array of 4 Points.

Remarks

Use QueryCoord to get a specific control point.

 

BezierCurve QueryCoords Example

See Also

IBezierCurve Interface

Example

IBezierCurve_Example

 


Feedback Send feedback on this page