ArcObjects Library Reference (Geometry)  

IBezierCurveGEN.QueryInflectionPoint Method

Finds inflection point; sets it empty if none exists.

[Visual Basic .NET]
Public Sub QueryInflectionPoint ( _
    ByVal inflectionPoint As IPoint _
)
[C#]
public void QueryInflectionPoint (
    IPoint inflectionPoint
);
[C++]
HRESULT QueryInflectionPoint(
  IPoint* inflectionPoint
);
[C++]

Parameters

inflectionPoint

  inflectionPoint is a parameter of type IPoint

Product Availability

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

See Also

IBezierCurveGEN Interface