This document is archived and information here might be outdated. Recommended version. |
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*