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


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

IBezierCurveGEN.QueryCoord Method

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

[Visual Basic .NET]
Public Sub QueryCoord ( _
    ByVal Index As Integer, _
    ByVal controlPoint As IPoint _
)
[C#]
public void QueryCoord (
    int Index,
    IPoint controlPoint
);
[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.

See Also

IBezierCurveGEN Interface