This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IM > IModifyCircularArcFeedback Interface > IModifyCircularArcFeedback.Start Method (ArcObjects .NET 10.4 SDK) |
Start the modify arc feedback.
[Visual Basic .NET] Public Sub Start ( _ ByVal Arc As ICircularArc, _ ByVal Point As IPoint _ )
[C#] public void Start ( ICircularArc Arc, IPoint Point );
[C++]
HRESULT Start(
ICircularArc* Arc,
IPoint* Point
);
[C++]
Parameters Arc [in]
Arc is a parameter of type ICircularArc Point
Point is a parameter of type IPoint