This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IB > IBezierCurveGEN Interface > IBezierCurveGEN.QueryInflectionPoint Method (ArcObjects .NET 10.5 SDK) |
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