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
inflectionPointinflectionPoint is a parameter of type IPoint
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.