ArcObjects Library Reference  (Geometry)    

IBezierCurve.QueryCoord Method

Copies the specified control point of this Bezier curve into the input point.

[Visual Basic 6.0]
Sub QueryCoord(
    ByVal Index As Long, _
    ByVal controlPoint As IPoint _
)
[Visual Basic .NET]
Public Sub QueryCoord ( _
    ByVal Index As Integer, _
    ByVal controlPoint As IPoint _
)
[C#]
public void QueryCoord (
    int Index,
    IPoint controlPoint
);
[Java]
public void queryCoord (
    int Index,
    IPoint controlPoint
)
throws
    IOException,
    AutomationException
[C++]
HRESULT QueryCoord(
  long Index,
  IPoint* controlPoint
);
[C++]

Parameters

Index

  Index is a parameter of type long

controlPoint

  controlPoint is a parameter of type IPoint

Product Availability

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

Description

Use QueryCoord to obtain a specific bezier control Point.  Any of the four bezier control points (0 to 3) can be queried.

Remarks

Use QueryCoords to get all of the control points.

 

BezierCurve QueryCoord Example

See Also

IBezierCurve Interface

Example

IBezierCurve_Example

 


Feedback Send feedback on this page