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


IBezierCurveGEN.QueryInflectionPoint 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.QueryInflectionPoint Method
ArcGIS Developer Help

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