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


INewArcFeedback.Arc Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Display)  

INewArcFeedback.Arc Property

The arc as it is currently being drawn.

[Visual Basic .NET]
Public ReadOnly Property Arc As ICircularArc
[C#]
public ICircularArc Arc {get;}
[C++]
HRESULT get_Arc(
  ICircularArc** Arc
);
[C++]

Parameters Arc [out, retval]
Arc is a parameter of type ICircularArc

Product Availability

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

See Also

INewArcFeedback Interface