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


IReshapeFeedback2.Start Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

IReshapeFeedback2.Start Method

Start the feedback.

[Visual Basic .NET]
Public Sub Start ( _
    ByVal Geometry As IGeometry, _
    ByVal Point As IPoint, _
    ByVal stretch As Boolean _
)
[C#]
public void Start (
    IGeometry Geometry,
    IPoint Point,
    bool stretch
);
[C++]
HRESULT Start(
  IGeometry* Geometry,
  IPoint* Point,
  VARIANT_BOOL stretch
);
[C++]

Parameters Geometry [in]
Geometry is a parameter of type IGeometry Point
Point is a parameter of type IPoint stretch stretch is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IReshapeFeedback2 Interface