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


IBezierCurveGEN.QueryCoords Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IB > IBezierCurveGEN Interface > IBezierCurveGEN.QueryCoords Method
ArcGIS Developer Help

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(
  SAFEARRAY(IPoint)** controlPoints
);
[C++]
Parameters
controlPoints 

controlPoints is a parameter of type SAFEARRAY(IPoint*)*

Product Availability

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

See Also

IBezierCurveGEN Interface