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


IReshapeFeedback.Start Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Display)  

IReshapeFeedback.Start Method

Begins a feedback operation at the point.

[Visual Basic .NET]
Public Sub Start ( _
    ByVal path As IPath, _
    ByVal index As Integer, _
    ByVal stretch As Boolean _
)
[C#]
public void Start (
    IPath path,
    int index,
    bool stretch
);
[C++]
HRESULT Start(
  IPath* path,
  long index,
  VARIANT_BOOL stretch
);
[C++]

Parameters path [in]
path is a parameter of type IPath index [in] index is a parameter of type long stretch [in] stretch is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IReshapeFeedback Interface