ArcObjects Library Reference (Display)  

IStretchLineFeedback.Anchor Property

The anchor point of the curve.

[Visual Basic .NET]
Public WriteOnly Property Anchor
[C#]
public void Anchor {set;}
[C++]
HRESULT put_Anchor(
  IPoint* 
);
[C++]

Parameters

[in]

   is a parameter of type IPoint

Product Availability

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

See Also

IStretchLineFeedback Interface