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


IReshapeFeedback.Start Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IR > IReshapeFeedback Interface > IReshapeFeedback.Start Method
ArcGIS Developer Help

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 bool

Product Availability

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

See Also

IReshapeFeedback Interface