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


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

INewEnvelopeFeedback2.Start Method

Begins a normal feedback at the given point.

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

Parameters Point [in]
Point is a parameter of type IPoint

Product Availability

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

See Also

INewEnvelopeFeedback2 Interface