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


IResizeEnvelopeFeedback2.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 > IResizeEnvelopeFeedback2 Interface > IResizeEnvelopeFeedback2.Start Method
ArcGIS Developer Help

IResizeEnvelopeFeedback2.Start Method

Begins a resize feedback of the given shape.

[Visual Basic .NET]
Public Sub Start ( _
    ByVal envelope As IGeometry, _
    ByVal Point As IPoint _
)
[C#]
public void Start (
    IGeometry envelope,
    IPoint Point
);
[C++]
HRESULT Start(
  IGeometry* envelope,
  IPoint* Point
);
[C++]
Parameters
envelope [in]

envelope is a parameter of type IGeometry* Point [in]
Point is a parameter of type IPoint*

Product Availability

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

See Also

IResizeEnvelopeFeedback2 Interface