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


INewArcFeedback.SetMidpoint Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IN > INewArcFeedback Interface > INewArcFeedback.SetMidpoint Method
ArcGIS Developer Help

INewArcFeedback.SetMidpoint Method

Fix a midpoint of the arc.

[Visual Basic .NET]
Public Sub SetMidpoint ( _
    ByVal Point As IPoint _
)
[C#]
public void SetMidpoint (
    IPoint Point
);
[C++]
HRESULT SetMidpoint(
  IPoint* Point
);
[C++]
Parameters
Point [in]

Point is a parameter of type IPoint*

Product Availability

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

See Also

INewArcFeedback Interface