ArcObjects Library Reference (Display)  

IMoveEnvelopeFeedback.Start Method

Begins a move feedback of the given shape.

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

Parameters

envelope [in]

  envelope is a parameter of type IEnvelope

Point [in]

  Point is a parameter of type IPoint

Product Availability

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

See Also

IMoveEnvelopeFeedback Interface